#include <fsc_nsCommon.h>
Definition at line 80 of file fsc_nsCommon.h.
Public Member Functions | |
| fsc_nsElement_t () | |
| fsc_nsElement_t (ivd_RecordIDX_t a_index) | |
Public Attributes | |
| ivd_RecordIDX_t | ownerIdx |
| ivd_RecordIDX_t | memberIdx |
| ivd_RecordIDX_t | attribIdx |
| ivd_RecordIDX_t | nameIdx |
| UInt64_t | migID |
| UInt8_t | ownerType: 1 |
| UInt8_t | memberType: 2 |
| UInt8_t | attribType: 2 |
| UInt8_t | nameType: 3 |
| UInt8_t | numOfMember |
| UInt8_t | numOfAttrib |
| UInt8_t | numOfName |
| log_CLASSID_m | |
Friends | |
| class | ut_fsc_nsElement_t |
| fsc_nsElement_t::fsc_nsElement_t | ( | ) | [inline] |
Definition at line 82 of file fsc_nsCommon.h.
00082 { 00083 memset(this, 0, sizeof(fsc_nsElement_t)); 00084 };
| fsc_nsElement_t::fsc_nsElement_t | ( | ivd_RecordIDX_t | a_index | ) | [inline] |
Definition at line 85 of file fsc_nsCommon.h.
References g_nsElementRF_p, and fio_RelFile::ReadRec().
00085 { 00086 g_nsElementRF_p->ReadRec(a_index, this); 00087 };

friend class ut_fsc_nsElement_t [friend] |
Definition at line 81 of file fsc_nsCommon.h.
Definition at line 87 of file fsc_nsCommon.h.
Referenced by fsc_nsElement::CheckLastGen(), fsc_nsElement::ChgOwner(), fsc_nsElement::Dump(), fsc_nsElement::InsertSplit(), fsc_nsElement::Pack(), and fsc_ColectorExpFile::ProcDirElement().
Definition at line 90 of file fsc_nsCommon.h.
Referenced by fsc_nsElement::CheckLastGen(), fsc_RawScan::DirTreeWalk(), fsc_nsElement::Dump(), fsc_nsCreateElementObj(), and fsc_nsDirectory::Write2DB().
Definition at line 91 of file fsc_nsCommon.h.
Referenced by fsc_nsElement::CheckLastGen(), fsc_nsElement::ChgAttrib(), fsc_nsElement::Dump(), fsc_nsElement::GetStandAttrPtr(), fsc_nsElement::Pack(), fsc_nsElement::Remove(), and fsc_nsElement::Write2DB().
Definition at line 92 of file fsc_nsCommon.h.
Referenced by fsc_nsElement::CheckLastGen(), fsc_nsElement::ChgName(), fsc_RawScan::DirTreeWalk(), fsc_nsElement::Dump(), fsc_nsElement::GetFullPath(), fsc_nsElement::InsertSplit(), and fsc_nsElement::Write2DB().
Definition at line 93 of file fsc_nsCommon.h.
Referenced by fsc_nsElement::CheckLastGen(), fsc_RawScan::DirTreeWalk(), fsc_nsElement::Dump(), and fsc_nsElement::InsertSplit().
Definition at line 96 of file fsc_nsCommon.h.
Referenced by fsc_nsElement::CheckLastGen(), fsc_nsElement::ChgAttrib(), fsc_nsElement::Dump(), fsc_nsElement::GetStandAttrPtr(), fsc_nsElement::Pack(), fsc_nsElement::Remove(), and fsc_nsElement::Write2DB().
Definition at line 97 of file fsc_nsCommon.h.
Referenced by fsc_nsElement::CheckLastGen(), fsc_RawScan::DirTreeWalk(), fsc_nsElement::Dump(), fsc_nsElement::GetFullPath(), fsc_nsElement::InsertSplit(), nsc_ScanForIVDFSRecovery(), fsc_RawCollector::ProcRecDataL(), fsc_nsElement::Remove(), and fsc_nsElement::Write2DB().
Definition at line 98 of file fsc_nsCommon.h.
Referenced by fsc_RawScan::DirTreeWalk(), fsc_nsElement::Dump(), and fsc_nsDirectory::Write2DB().
Definition at line 99 of file fsc_nsCommon.h.
Referenced by fsc_nsElement::CheckLastGen(), fsc_nsElement::ChgAttrib(), fsc_nsElement::Dump(), fsc_nsElement::GetStandAttrPtr(), fsc_nsElement::Pack(), fsc_nsElement::Remove(), and fsc_nsElement::Write2DB().
Definition at line 100 of file fsc_nsCommon.h.
Referenced by fsc_nsElement::CheckLastGen(), fsc_nsElement::ChgName(), fsc_RawScan::DirTreeWalk(), fsc_nsElement::Dump(), fsc_nsElement::GetFullPath(), fsc_nsElement::InsertSplit(), and fsc_nsElement::Write2DB().
Definition at line 102 of file fsc_nsCommon.h.
1.5.6