#include <hdb_common.h>
Definition at line 116 of file hdb_common.h.
Public Member Functions | |
| hdb_NameOwner_t () | |
Public Attributes | |
| ivd_VectorSize_t | nameSize |
| ivd_RecordIDX_t | nameIdx |
| ivd_RecordIDX_t | dirTreeIdx |
Friends | |
| IVD_HSMDB_DECL_d ostream & | operator<< (ostream &a_os, hdb_NameOwner_t &a_nameOwn) |
| hdb_NameOwner_t::hdb_NameOwner_t | ( | ) | [inline] |
Definition at line 117 of file hdb_common.h.
00118 : 00119 nameSize(0), 00120 nameIdx(0), 00121 dirTreeIdx(0) 00122 // generalOwnInode(0) 00123 {};
| IVD_HSMDB_DECL_d ostream& operator<< | ( | ostream & | a_os, | |
| hdb_NameOwner_t & | a_nameOwn | |||
| ) | [friend] |
Definition at line 411 of file hdb_Tables.cpp.
00411 { 00412 a_os << "***** NameOwner record" << endl; 00413 a_os << " nameSize = " << a_nameOwn.nameSize << endl; 00414 a_os << " nameIdx = " << a_nameOwn.nameIdx << endl; 00415 a_os << " dirTreeIdx = " << a_nameOwn.dirTreeIdx << endl; 00416 return a_os; 00417 }
Definition at line 127 of file hdb_common.h.
Referenced by hdb_RemoveName(), hdbReadNameOwnRec(), operator<<(), hsm_FileHeader::StoreNameOwnRec(), and hsm_FileHeader::StoreOldNameOwnRec().
Definition at line 128 of file hdb_common.h.
Referenced by hdb_RemoveName(), hdbReadNameOwnRec(), operator<<(), hsm_FileHeader::StoreNameOwnRec(), and hsm_FileHeader::StoreOldNameOwnRec().
Definition at line 129 of file hdb_common.h.
Referenced by hdbReadNameOwnRec(), operator<<(), hsm_FileHeader::StoreNameOwnRec(), and hsm_FileHeader::StoreOldNameOwnRec().
1.5.6