fsc_DataL_t Struct Reference
[G_new_group]

#include <fsc_DataL_t.h>

List of all members.


Detailed Description

Definition at line 39 of file fsc_DataL_t.h.


Public Member Functions

 fsc_DataL_t ()
 fsc_DataL_t (ivd_RecordIDX_t a_index)

Public Attributes

UInt8_t numOfMigration
UInt8_t flags
UInt16_t numOfAllGen
UInt8_t numOfElement
UInt32_t generationIdx

Constructor & Destructor Documentation

fsc_DataL_t::fsc_DataL_t (  )  [inline]

Definition at line 40 of file fsc_DataL_t.h.

References flags, generationIdx, numOfAllGen, numOfElement, and numOfMigration.

00040                   { 
00041         numOfMigration = 0,
00042         flags          = 0,
00043         numOfAllGen    = 0,
00044         numOfElement   = 0,
00045         generationIdx  = 0;
00046     };

fsc_DataL_t::fsc_DataL_t ( ivd_RecordIDX_t  a_index  )  [inline]

Definition at line 48 of file fsc_DataL_t.h.

References g_dataLRF_p, and fio_RelFile::ReadRec().

00048                                            {
00049         g_dataLRF_p->ReadRec(a_index, this);
00050     };

Here is the call graph for this function:


Member Data Documentation

Definition at line 50 of file fsc_DataL_t.h.

Referenced by fsc_DataL::fsc_DataL(), and fsc_DataL_t().

Definition at line 85 of file fsc_DataL_t.h.

Referenced by fsc_DataL::fsc_DataL(), and fsc_DataL_t().


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

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