#include <PlaindirImpl.h>
Inheritance diagram for zypp::source::plaindir::PlaindirImpl:
Public Types | |
typedef intrusive_ptr< PlaindirImpl > | Ptr |
typedef intrusive_ptr< const PlaindirImpl > | constPtr |
Public Member Functions | |
PlaindirImpl () | |
Default ctor. | |
~PlaindirImpl () | |
Dtor. | |
virtual std::string | type () const |
String identifying the type of the source. | |
Static Public Member Functions | |
static std::string | typeString () |
String identifying the type of the source. | |
Private Member Functions | |
virtual void | factoryInit () |
Ctor substitute. |
Definition at line 34 of file PlaindirImpl.h.
|
Definition at line 37 of file PlaindirImpl.h. |
|
Definition at line 38 of file PlaindirImpl.h. |
|
Default ctor.
Definition at line 34 of file PlaindirImpl.cc. |
|
Dtor.
Definition at line 42 of file PlaindirImpl.cc. |
|
String identifying the type of the source.
Definition at line 48 of file PlaindirImpl.h. Referenced by type(). |
|
String identifying the type of the source.
Reimplemented from zypp::source::SourceImpl. Definition at line 52 of file PlaindirImpl.h. References typeString(). |
|
Ctor substitute. Actually get the metadata.
Reimplemented from zypp::source::SourceImpl. Definition at line 50 of file PlaindirImpl.cc. References ZYPP_THROW. |