#include <hdb_common.h>

Definition at line 304 of file hdb_common.h.
Public Member Functions | |
| hdb_DirTree_t (ivd_RecordIDX_t a_dirTreeidx, hdb_DirNode_t &a_dirNode) | |
Public Attributes | |
| ivd_RecordIDX_t | dirTreeIdx |
| hdb_DirNode_t | dirNode |
| hdb_DirTree_t::hdb_DirTree_t | ( | ivd_RecordIDX_t | a_dirTreeidx, | |
| hdb_DirNode_t & | a_dirNode | |||
| ) | [inline] |
Definition at line 305 of file hdb_common.h.
00307 : 00308 dirTreeIdx(a_dirTreeidx), 00309 dirNode(a_dirNode) 00310 {};
Definition at line 310 of file hdb_common.h.
Definition at line 313 of file hdb_common.h.
1.5.6