#include <StorageTypes.h>
Public Member Functions | |
| UsedBy (UsedByType type, const string &device) | |
| bool | operator== (const UsedBy &rhs) const |
| bool | operator!= (const UsedBy &rhs) const |
| UsedByType | type () const |
| string | device () const |
| operator UsedByInfo () const | |
Private Attributes | |
| UsedByType | ub_type |
| string | ub_device |
Friends | |
| std::ostream & | operator<< (std::ostream &, const UsedBy &) |
| void | setChildValue (xmlNode *node, const char *name, const UsedBy &value) |
| storage::UsedBy::UsedBy | ( | UsedByType | type, | |
| const string & | device | |||
| ) | [inline] |
| bool storage::UsedBy::operator== | ( | const UsedBy & | rhs | ) | const [inline] |
| bool storage::UsedBy::operator!= | ( | const UsedBy & | rhs | ) | const [inline] |
| UsedByType storage::UsedBy::type | ( | ) | const [inline] |
| string storage::UsedBy::device | ( | ) | const [inline] |
| storage::UsedBy::operator UsedByInfo | ( | ) | const [inline] |
| std::ostream& operator<< | ( | std::ostream & | s, | |
| const UsedBy & | usedby | |||
| ) | [friend] |
| void setChildValue | ( | xmlNode * | node, | |
| const char * | name, | |||
| const UsedBy & | value | |||
| ) | [friend] |
UsedByType storage::UsedBy::ub_type [private] |
Referenced by operator UsedByInfo(), operator==(), storage::setChildValue(), and type().
string storage::UsedBy::ub_device [private] |
Referenced by device(), operator UsedByInfo(), operator==(), and storage::setChildValue().
1.5.6