|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| ProcessInfo () | |
| ProcessInfo (int p, const string &n, const string &u) | |
Public Attributes | |
| int | pid |
| string | name |
| string | user |
Definition at line 11 of file tree_node_graphviz_example.cc.
|
inline |
Definition at line 16 of file tree_node_graphviz_example.cc.
Definition at line 17 of file tree_node_graphviz_example.cc.
| string ProcessInfo::name |
Definition at line 13 of file tree_node_graphviz_example.cc.
| int ProcessInfo::pid |
Definition at line 12 of file tree_node_graphviz_example.cc.
| string ProcessInfo::user |
Definition at line 14 of file tree_node_graphviz_example.cc.