#include <fsc_common.h>

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 |
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 }
Definition at line 247 of file fsc_common.h.
Referenced by fsc_RawUpdate::CorrectGenVec(), fsc_Entry::Init(), Init(), operator==(), fsc_CollectorRedunCopy::ProcRecGeneration(), fsc_CollectorDelete::ProcRecGeneration(), fsc_Generation::ReadMembers(), fsc_Copy::ReadMembers(), fsc_RawUpdate::ScanAllCopy(), fsc_RawScan::ScanAllCopy(), fsc_SplitMgr::Write2DB(), fsc_GenerationMgr::Write2DB(), and fsc_CopyMgr::Write2DB().
Definition at line 248 of file fsc_common.h.
Referenced by fsc_RawUpdate::CorrectGenVec(), Init(), operator==(), fsc_Generation::ReadMembers(), fsc_Copy::ReadMembers(), fsc_RawUpdate::ScanAllCopy(), fsc_RawScan::ScanAllCopy(), fsc_SplitMgr::Write2DB(), fsc_GenerationMgr::Write2DB(), and fsc_CopyMgr::Write2DB().
1.5.6