Public Member Functions | |
| Node (NodeType type, const string &device, const string &label, unsigned long long sizeK) | |
| string | id () const |
Public Attributes | |
| NodeType | type |
| string | device |
| string | label |
| unsigned long long | sizeK |
| storage::Graph::Node::Node | ( | NodeType | type, | |
| const string & | device, | |||
| const string & | label, | |||
| unsigned long long | sizeK | |||
| ) | [inline] |
| string storage::Graph::Node::id | ( | ) | const [inline] |
Referenced by id(), and storage::operator<<().
| string storage::Graph::Node::device |
Referenced by id(), and storage::operator<<().
| string storage::Graph::Node::label |
Referenced by storage::operator<<().
| unsigned long long storage::Graph::Node::sizeK |
Referenced by storage::operator<<().
1.5.6