libstorage-ng
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
storage::MdSubdevice Class Reference

Holder from a MdContainer to a MdMember. More...

#include <MdSubdevice.h>

Inheritance diagram for storage::MdSubdevice:
[legend]
Collaboration diagram for storage::MdSubdevice:
[legend]

Public Member Functions

virtual MdSubdeviceclone () const override
 
const std::string & get_member () const
 The "member" string of the MdMember in the MdContainer.
 
void set_member (const std::string &member)
 
Impl & get_impl ()
 
const Impl & get_impl () const
 
- Public Member Functions inherited from storage::Subdevice
Impl & get_impl ()
 
const Impl & get_impl () const
 
- Public Member Functions inherited from storage::Holder
Deviceget_source ()
 
const Deviceget_source () const
 
sid_t get_source_sid () const
 
Deviceget_target ()
 
const Deviceget_target () const
 
sid_t get_target_sid () const
 
bool operator== (const Holder &rhs) const
 
bool operator!= (const Holder &rhs) const
 
Holdercopy_to_devicegraph (Devicegraph *devicegraph) const
 Copies the holder to the devicegraph. More...
 
Impl & get_impl ()
 
const Impl & get_impl () const
 
void save (xmlNode *node) const
 

Static Public Member Functions

static MdSubdevicecreate (Devicegraph *devicegraph, const Device *source, const Device *target)
 
static MdSubdeviceload (Devicegraph *devicegraph, const xmlNode *node)
 
- Static Public Member Functions inherited from storage::Subdevice
static Subdevicecreate (Devicegraph *devicegraph, const Device *source, const Device *target)
 
static Subdeviceload (Devicegraph *devicegraph, const xmlNode *node)
 

Protected Member Functions

 MdSubdevice (Impl *impl)
 
- Protected Member Functions inherited from storage::Subdevice
 Subdevice (Impl *impl)
 
- Protected Member Functions inherited from storage::Holder
 Holder (Impl *impl)
 
void create (Devicegraph *devicegraph, const Device *source, const Device *target)
 
void load (Devicegraph *devicegraph, const xmlNode *node)
 

Detailed Description

Holder from a MdContainer to a MdMember.


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