libzypp  17.35.8
zypp::target::Modalias::Impl Struct Reference

Modalias implementation. More...

Public Member Functions

 Impl ()
 Ctor. More...
 
 Impl (const Impl &)=delete
 
 Impl (Impl &&)=delete
 
Imploperator= (const Impl &)=delete
 
Imploperator= (Impl &&)=delete
 
 ~Impl ()=default
 Dtor. More...
 
bool query (const char *cap_r) const
 

Static Public Member Functions

static shared_ptr< Implnullimpl ()
 Offer default Impl. More...
 

Public Attributes

ModaliasList _modaliases
 

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &str, const Modalias::Impl &obj)
 

Detailed Description

Modalias implementation.

Definition at line 118 of file Modalias.cc.

Constructor & Destructor Documentation

◆ Impl() [1/3]

zypp::target::Modalias::Impl::Impl ( )
inline

Ctor.

Definition at line 121 of file Modalias.cc.

◆ Impl() [2/3]

zypp::target::Modalias::Impl::Impl ( const Impl )
delete

◆ Impl() [3/3]

zypp::target::Modalias::Impl::Impl ( Impl &&  )
delete

◆ ~Impl()

zypp::target::Modalias::Impl::~Impl ( )
default

Dtor.

Member Function Documentation

◆ operator=() [1/2]

Impl& zypp::target::Modalias::Impl::operator= ( const Impl )
delete

◆ operator=() [2/2]

Impl& zypp::target::Modalias::Impl::operator= ( Impl &&  )
delete

◆ query()

bool zypp::target::Modalias::Impl::query ( const char *  cap_r) const
inline

Definition at line 174 of file Modalias.cc.

◆ nullimpl()

static shared_ptr<Impl> zypp::target::Modalias::Impl::nullimpl ( )
inlinestatic

Offer default Impl.

Definition at line 192 of file Modalias.cc.

Friends And Related Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  str,
const Modalias::Impl obj 
)
related

Stream output And maybe std::ostream & operator<< Modalias::Impl below too. return libhal version or something like that.

Definition at line 205 of file Modalias.cc.

Member Data Documentation

◆ _modaliases

ModaliasList zypp::target::Modalias::Impl::_modaliases

Definition at line 188 of file Modalias.cc.


The documentation for this struct was generated from the following file: