![]() |
ATLAS Offline Software
|
Public Member Functions | |
| inode (const std::string &n, const std::string &t, TKey *k, TDirectory *d=0, const std::vector< inode > &in=std::vector< inode >()) | |
| ~inode () | |
Public Attributes | |
| std::string | m_name |
| std::string | m_type |
| TKey * | m_key |
| TDirectory * | m_dir |
| if this node is, itself a directory | |
| std::vector< inode > | m_nodes |
Definition at line 155 of file listroot.cxx.
|
inline |
Definition at line 157 of file listroot.cxx.
|
inline |
Definition at line 164 of file listroot.cxx.
| TDirectory* inode::m_dir |
if this node is, itself a directory
Definition at line 171 of file listroot.cxx.
| TKey* inode::m_key |
Definition at line 168 of file listroot.cxx.
| std::string inode::m_name |
Definition at line 166 of file listroot.cxx.
| std::vector<inode> inode::m_nodes |
Definition at line 172 of file listroot.cxx.
| std::string inode::m_type |
Definition at line 167 of file listroot.cxx.