fsc_nsElement_t Struct Reference
[G_new_group]

#include <fsc_nsCommon.h>

List of all members.


Detailed Description

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

Constructor & Destructor Documentation

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     };

Here is the call graph for this function:


Friends And Related Function Documentation

friend class ut_fsc_nsElement_t [friend]

Definition at line 81 of file fsc_nsCommon.h.


Member Data Documentation

Definition at line 94 of file fsc_nsCommon.h.

Referenced by fsc_nsElement::Dump().

Definition at line 95 of file fsc_nsCommon.h.

Referenced by fsc_nsDirectory::Write2DB().

Definition at line 102 of file fsc_nsCommon.h.


The documentation for this struct was generated from the following file:

Generated on Mon Feb 27 19:23:23 2012 for OPENARCHIVE by  doxygen 1.5.6