List of all members.
Classes |
| struct | Edge |
| struct | Node |
| struct | Rank |
Public Member Functions |
| bool | save (const string &filename) const |
Protected Types |
| enum | NodeType {
NODE_DISK,
NODE_DMMULTIPATH,
NODE_DMRAID,
NODE_PARTITION,
NODE_MD,
NODE_MDPART,
NODE_LVMVG,
NODE_LVMLV,
NODE_DM,
NODE_BTRFS,
NODE_MOUNTPOINT
} |
| enum | EdgeType { EDGE_SUBDEVICE,
EDGE_MOUNT,
EDGE_USED
} |
| enum | RankType { RANK_SOURCE,
RANK_SAME,
RANK_SINK
} |
Protected Attributes |
| list< Node > | nodes |
| list< Edge > | edges |
| list< Rank > | ranks |
Static Private Member Functions |
| static string | quote (const string &str) |
| static string | makeTooltip (const Text &text, const string &label, unsigned long long sizeK) |
Friends |
| ostream & | operator<< (ostream &s, const Node &node) |
| ostream & | operator<< (ostream &s, const Edge &edge) |
| ostream & | operator<< (ostream &s, const Rank &rank) |
Member Enumeration Documentation
- Enumerator:
| EDGE_SUBDEVICE |
|
| EDGE_MOUNT |
|
| EDGE_USED |
|
- Enumerator:
| NODE_DISK |
|
| NODE_DMMULTIPATH |
|
| NODE_DMRAID |
|
| NODE_PARTITION |
|
| NODE_MD |
|
| NODE_MDPART |
|
| NODE_LVMVG |
|
| NODE_LVMLV |
|
| NODE_DM |
|
| NODE_BTRFS |
|
| NODE_MOUNTPOINT |
|
- Enumerator:
| RANK_SOURCE |
|
| RANK_SAME |
|
| RANK_SINK |
|
Member Function Documentation
| string storage::Graph::makeTooltip |
( |
const Text & |
text, |
|
|
const string & |
label, |
|
|
unsigned long long |
sizeK |
|
) |
| [static, private] |
| string storage::Graph::quote |
( |
const string & |
str | ) |
[static, private] |
| bool storage::Graph::save |
( |
const string & |
filename | ) |
const |
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
s, |
|
|
const Node & |
node |
|
) |
| [friend] |
| ostream& operator<< |
( |
ostream & |
s, |
|
|
const Rank & |
rank |
|
) |
| [friend] |
| ostream& operator<< |
( |
ostream & |
s, |
|
|
const Edge & |
edge |
|
) |
| [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: