fsc_Vector_t Struct Reference
[File System Catalog]

#include <fsc_common.h>

Collaboration diagram for fsc_Vector_t:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 237 of file fsc_common.h.


Public Member Functions

void Init (UInt8_t a_numOfElement, UInt64_t a_entryIdx)
bool operator== (fsc_Vector_t &mp)

Public Attributes

UInt8_t numOfElement
fsc_UInt48 entryIdx

Member Function Documentation

void fsc_Vector_t::Init ( UInt8_t  a_numOfElement,
UInt64_t  a_entryIdx 
) [inline]

Definition at line 239 of file fsc_common.h.

References entryIdx, and numOfElement.

00240                               {
00241         numOfElement = a_numOfElement;
00242         entryIdx     = a_entryIdx;
00243     };

bool fsc_Vector_t::operator== ( fsc_Vector_t mp  ) 

Definition at line 126 of file fsc_common.cpp.

References entryIdx, and numOfElement.

00126                                                  {
00127     return (  numOfElement == vec.numOfElement
00128            && entryIdx     == vec.entryIdx);
00129 }


Member Data Documentation


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

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