NCBI C++ ToolKit
|
Search Toolkit Book for CSeqTable_sparse_index
#include <objects/seqtable/SeqTable_sparse_index.hpp>
Classes | |
class | const_iterator |
struct | SBitsInfo |
Public Member Functions | |
CSeqTable_sparse_index (void) | |
~CSeqTable_sparse_index (void) | |
size_t | GetSize (void) const |
size_t | GetIndexAt (size_t row) const |
bool | HasValueAt (size_t row) const |
const_iterator | begin (void) const |
const_iterator | end (void) const |
void | ChangeTo (E_Choice type) |
void | ChangeToIndexes (void) |
void | ChangeToIndexes_delta (void) |
void | ChangeToBit_set (void) |
void | ChangeToBit_set_bvector (void) |
void | Reset (void) |
Reset the whole object. More... | |
TIndexes & | SetIndexes (void) |
TIndexes_delta & | SetIndexes_delta (void) |
TBit_set & | SetBit_set (void) |
TBit_set_bvector & | SetBit_set_bvector (void) |
void | PostRead (void) |
![]() | |
CSeqTable_sparse_index_Base (void) | |
virtual | ~CSeqTable_sparse_index_Base (void) |
DECLARE_INTERNAL_TYPE_INFO () | |
virtual void | ResetSelection (void) |
Reset the selection (set it to e_not_set). More... | |
E_Choice | Which (void) const |
Which variant is currently selected. More... | |
void | CheckSelected (E_Choice index) const |
Verify selection, throw exception if it differs from the expected. More... | |
void | ThrowInvalidSelection (E_Choice index) const |
Throw 'InvalidSelection' exception. More... | |
void | Select (E_Choice index, EResetVariant reset=eDoResetVariant) |
Select the requested variant if needed. More... | |
void | Select (E_Choice index, EResetVariant reset, CObjectMemoryPool *pool) |
Select the requested variant if needed, allocating CObject variants from memory pool. More... | |
bool | IsIndexes (void) const |
Check if variant Indexes is selected. More... | |
const TIndexes & | GetIndexes (void) const |
Get the variant data. More... | |
TIndexes & | SetIndexes (void) |
Select the variant. More... | |
bool | IsBit_set (void) const |
Check if variant Bit_set is selected. More... | |
const TBit_set & | GetBit_set (void) const |
Get the variant data. More... | |
TBit_set & | SetBit_set (void) |
Select the variant. More... | |
bool | IsIndexes_delta (void) const |
Check if variant Indexes_delta is selected. More... | |
const TIndexes_delta & | GetIndexes_delta (void) const |
Get the variant data. More... | |
TIndexes_delta & | SetIndexes_delta (void) |
Select the variant. More... | |
bool | IsBit_set_bvector (void) const |
Check if variant Bit_set_bvector is selected. More... | |
const TBit_set_bvector & | GetBit_set_bvector (void) const |
Get the variant data. More... | |
TBit_set_bvector & | SetBit_set_bvector (void) |
Select the variant. More... | |
void | SetBit_set_bvector (TBit_set_bvector &value) |
Select the variant and set its data. More... | |
![]() | |
CSerialObject (void) | |
virtual | ~CSerialObject (void) |
virtual const CTypeInfo * | GetThisTypeInfo (void) const =0 |
virtual void | Assign (const CSerialObject &source, ESerialRecursionMode how=eRecursive) |
Set object to copy of another one. More... | |
virtual bool | Equals (const CSerialObject &object, ESerialRecursionMode how=eRecursive) const |
Check if both objects contain the same values. More... | |
virtual void | DebugDump (CDebugDumpContext ddc, unsigned int depth) const |
Define method for dumping debug information. More... | |
void | ThrowUnassigned (TMemberIndex index) const |
void | ThrowUnassigned (TMemberIndex index, const char *file_name, int file_line) const |
bool | HasNamespaceName (void) const |
Check if object data type has namespace name. More... | |
const string & | GetNamespaceName (void) const |
Get namespace name. More... | |
bool | HasNamespacePrefix (void) const |
Check if data type has namespace prefix. More... | |
const string & | GetNamespacePrefix (void) const |
Get namespace prefix. More... | |
![]() | |
CObject (void) | |
Constructor. More... | |
CObject (const CObject &src) | |
Copy constructor. More... | |
virtual | ~CObject (void) |
Destructor. More... | |
CObject & | operator= (const CObject &src) THROWS_NONE |
Assignment operator. More... | |
bool | CanBeDeleted (void) const THROWS_NONE |
Check if object can be deleted. More... | |
bool | IsAllocatedInPool (void) const THROWS_NONE |
Check if object is allocated in memory pool (not system heap) More... | |
bool | Referenced (void) const THROWS_NONE |
Check if object is referenced. More... | |
bool | ReferencedOnlyOnce (void) const THROWS_NONE |
Check if object is referenced only once. More... | |
void | AddReference (void) const |
Add reference to object. More... | |
void | RemoveReference (void) const |
Remove reference to object. More... | |
void | ReleaseReference (void) const |
Remove reference without deleting object. More... | |
virtual void | DoNotDeleteThisObject (void) |
Mark this object as not allocated in heap – do not delete this object. More... | |
virtual void | DoDeleteThisObject (void) |
Mark this object as allocated in heap – object can be deleted. More... | |
void * | operator new (size_t size) |
Define new operator for memory allocation. More... | |
void * | operator new[] (size_t size) |
Define new[] operator for 'array' memory allocation. More... | |
void | operator delete (void *ptr) |
Define delete operator for memory deallocation. More... | |
void | operator delete[] (void *ptr) |
Define delete[] operator for memory deallocation. More... | |
void * | operator new (size_t size, void *place) |
Define new operator. More... | |
void | operator delete (void *ptr, void *place) |
Define delete operator. More... | |
void * | operator new (size_t size, CObjectMemoryPool *place) |
Define new operator using memory pool. More... | |
void | operator delete (void *ptr, CObjectMemoryPool *place) |
Define delete operator. More... | |
![]() | |
CDebugDumpable (void) | |
virtual | ~CDebugDumpable (void) |
void | DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const |
void | DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const |
void | DumpToConsole (void) const |
Static Public Attributes | |
static const size_t | kSkipped = size_t(0)-1 |
static const size_t | kInvalidRow = size_t(0)-1 |
![]() | |
static const char * | ms_UnassignedStr = "<*unassigned*>" |
static const char | ms_UnassignedByte = char(0xcd) |
![]() | |
static const TCount | eCounterBitsCanBeDeleted = 1 << 0 |
Define possible object states. More... | |
static const TCount | eCounterBitsInPlainHeap = 1 << 1 |
Heap signature was found. More... | |
static const TCount | eCounterBitsPlaceMask |
Mask for 'in heap' state flags. More... | |
static const int | eCounterStep = 1 << 2 |
Skip over the "in heap" bits. More... | |
static const TCount | eCounterValid = TCount(1) << (sizeof(TCount) * 8 - 2) |
Minimal value for valid objects (reference counter is zero) Must be a single bit value. More... | |
static const TCount | eCounterStateMask |
Valid object, and object in heap. More... | |
Protected Member Functions | |
void | x_ResetCache (void) |
size_t | x_GetFirstRowWithValue (void) const |
size_t | x_GetNextRowWithValue (size_t row, size_t value_index) const |
size_t | x_GetBitSetCache (size_t byte_count) const |
CIndexDeltaSumCache & | x_GetDeltaCache (void) const |
size_t | x_GetDeltaSum (size_t index) const |
size_t | x_FindDeltaSum (size_t sum) const |
![]() | |
virtual void | DeleteThis (void) |
Virtual method "deleting" this object. More... | |
Protected Attributes | |
CRef< CObject > | m_Cache |
Private Types | |
typedef CSeqTable_sparse_index_Base | Tparent |
Private Member Functions | |
CSeqTable_sparse_index (const CSeqTable_sparse_index &value) | |
CSeqTable_sparse_index & | operator= (const CSeqTable_sparse_index &value) |
Friends | |
class | const_iterator |
Additional Inherited Members | |
![]() | |
enum | E_Choice { e_not_set = 0 , e_Indexes , e_Bit_set , e_Indexes_delta , e_Bit_set_bvector } |
Choice variants. More... | |
enum | E_ChoiceStopper { e_MaxChoice = 5 } |
Maximum+1 value of the choice variant enumerator. More... | |
typedef vector< unsigned > | TIndexes |
typedef vector< char > | TBit_set |
typedef vector< unsigned > | TIndexes_delta |
typedef CBVector_data | TBit_set_bvector |
![]() | |
enum | EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern } |
Control filling of newly allocated memory. More... | |
typedef CObjectCounterLocker | TLockerType |
Default locker type for CRef. More... | |
typedef atomic< Uint8 > | TCounter |
Counter type is CAtomiCounter. More... | |
typedef Uint8 | TCount |
Alias for value type of counter. More... | |
![]() | |
static string | SelectionName (E_Choice index) |
Retrieve selection name (for diagnostic purposes). More... | |
![]() | |
static void | SetVerifyDataThread (ESerialVerifyData verify) |
static void | SetVerifyDataGlobal (ESerialVerifyData verify) |
static string | UnassignedString (void) |
static CStringUTF8 | UnassignedStringUTF8 (void) |
static char | UnassignedByte (void) |
![]() | |
static NCBI_XNCBI_EXPORT void | ThrowNullPointerException (void) |
Define method to throw null pointer exception. More... | |
static NCBI_XNCBI_EXPORT void | ThrowNullPointerException (const type_info &type) |
static EAllocFillMode | GetAllocFillMode (void) |
static void | SetAllocFillMode (EAllocFillMode mode) |
static void | SetAllocFillMode (const string &value) |
Set mode from configuration parameter value. More... | |
![]() | |
static void | EnableDebugDump (bool on) |
Definition at line 87 of file SeqTable_sparse_index.hpp.
|
private |
Definition at line 89 of file SeqTable_sparse_index.hpp.
|
inline |
Definition at line 265 of file SeqTable_sparse_index.hpp.
CSeqTable_sparse_index::~CSeqTable_sparse_index | ( | void | ) |
Definition at line 57 of file SeqTable_sparse_index.cpp.
|
private |
|
inline |
Definition at line 166 of file SeqTable_sparse_index.hpp.
References const_iterator, and x_GetFirstRowWithValue().
Referenced by ChangeToBit_set(), ChangeToBit_set_bvector(), ChangeToIndexes(), and ChangeToIndexes_delta().
void CSeqTable_sparse_index::ChangeTo | ( | E_Choice | type | ) |
Definition at line 613 of file SeqTable_sparse_index.cpp.
References ChangeToBit_set(), ChangeToBit_set_bvector(), ChangeToIndexes(), ChangeToIndexes_delta(), CSeqTable_sparse_index_Base::e_Bit_set, CSeqTable_sparse_index_Base::e_Bit_set_bvector, CSeqTable_sparse_index_Base::e_Indexes, CSeqTable_sparse_index_Base::e_Indexes_delta, NCBI_THROW, and CSeqTable_sparse_index_Base::Which().
void CSeqTable_sparse_index::ChangeToBit_set | ( | void | ) |
Definition at line 692 of file SeqTable_sparse_index.cpp.
References begin(), GetSize(), CSeqTable_sparse_index_Base::IsBit_set(), kInvalidRow, max(), row, SetBit_set(), and ncbi::grid::netcache::search::fields::size.
Referenced by ChangeTo().
void CSeqTable_sparse_index::ChangeToBit_set_bvector | ( | void | ) |
Definition at line 729 of file SeqTable_sparse_index.cpp.
References begin(), GetSize(), CSeqTable_sparse_index_Base::IsBit_set_bvector(), AutoPtr< X, Del >::release(), row, SetBit_set_bvector(), and CBVector_data::SetBitVector().
Referenced by ChangeTo().
void CSeqTable_sparse_index::ChangeToIndexes | ( | void | ) |
Definition at line 639 of file SeqTable_sparse_index.cpp.
References begin(), CSeqTable_sparse_index_Base::IsIndexes(), CSeqTable_sparse_index_Base::IsIndexes_delta(), NON_CONST_ITERATE, row, SetIndexes(), and SetIndexes_delta().
Referenced by ChangeTo().
void CSeqTable_sparse_index::ChangeToIndexes_delta | ( | void | ) |
Definition at line 663 of file SeqTable_sparse_index.cpp.
References begin(), CSeqTable_sparse_index_Base::IsIndexes(), CSeqTable_sparse_index_Base::IsIndexes_delta(), NON_CONST_ITERATE, row, SetIndexes(), and SetIndexes_delta().
Referenced by ChangeTo().
|
inline |
Definition at line 169 of file SeqTable_sparse_index.hpp.
References const_iterator.
size_t CSeqTable_sparse_index::GetIndexAt | ( | size_t | row | ) | const |
Definition at line 533 of file SeqTable_sparse_index.cpp.
References count, bm::bvector< Alloc >::count_range(), CSeqTable_sparse_index_Base::e_Bit_set, CSeqTable_sparse_index_Base::e_Bit_set_bvector, CSeqTable_sparse_index_Base::e_Indexes, CSeqTable_sparse_index_Base::e_Indexes_delta, bm::bvector< Alloc >::get_bit(), CSeqTable_sparse_index_Base::GetBit_set(), CSeqTable_sparse_index_Base::GetBit_set_bvector(), CBVector_data::GetBitVector(), CSeqTable_sparse_index_Base::GetIndexes(), kSkipped, row, bm::bvector< Alloc >::size(), sx_CalcByteBitCount(), CSeqTable_sparse_index_Base::Which(), x_FindDeltaSum(), and x_GetBitSetCache().
Referenced by CSeqTable_column::GetBytesPtr(), CSeqTable_column::GetSeq_id(), CSeqTable_column::GetSeq_int(), CSeqTable_column::GetSeq_loc(), CSeqTable_column::GetStringPtr(), CSeqTable_column::IsSet(), CSeqTable_column::TryGetValue(), CSeqTableColumnInfo::UpdateSeq_feat(), and CSeqTableColumnInfo::UpdateSeq_loc().
size_t CSeqTable_sparse_index::GetSize | ( | void | ) | const |
Definition at line 437 of file SeqTable_sparse_index.cpp.
References CSeqTable_sparse_index_Base::e_Bit_set, CSeqTable_sparse_index_Base::e_Bit_set_bvector, CSeqTable_sparse_index_Base::e_Indexes, CSeqTable_sparse_index_Base::e_Indexes_delta, CSeqTable_sparse_index_Base::GetBit_set(), CSeqTable_sparse_index_Base::GetBit_set_bvector(), CSeqTable_sparse_index_Base::GetIndexes(), CSeqTable_sparse_index_Base::GetIndexes_delta(), CBVector_data_Base::GetSize(), CSeqTable_sparse_index_Base::Which(), and x_GetDeltaSum().
Referenced by ChangeToBit_set(), and ChangeToBit_set_bvector().
bool CSeqTable_sparse_index::HasValueAt | ( | size_t | row | ) | const |
Definition at line 583 of file SeqTable_sparse_index.cpp.
References CSeqTable_sparse_index_Base::e_Bit_set, CSeqTable_sparse_index_Base::e_Bit_set_bvector, CSeqTable_sparse_index_Base::e_Indexes, CSeqTable_sparse_index_Base::e_Indexes_delta, bm::bvector< Alloc >::get_bit(), CSeqTable_sparse_index_Base::GetBit_set(), CSeqTable_sparse_index_Base::GetBit_set_bvector(), CBVector_data::GetBitVector(), CSeqTable_sparse_index_Base::GetIndexes(), i, kInvalidRow, row, bm::bvector< Alloc >::size(), CSeqTable_sparse_index_Base::Which(), and x_FindDeltaSum().
|
private |
|
inline |
Definition at line 203 of file SeqTable_sparse_index.hpp.
References x_ResetCache().
|
inlinevirtual |
Reset the whole object.
Reimplemented from CSeqTable_sparse_index_Base.
Definition at line 182 of file SeqTable_sparse_index.hpp.
References CSeqTable_sparse_index_Base::Reset(), and x_ResetCache().
|
inline |
Definition at line 194 of file SeqTable_sparse_index.hpp.
References CSeqTable_sparse_index_Base::SetBit_set(), and x_ResetCache().
Referenced by ChangeToBit_set().
|
inline |
Definition at line 198 of file SeqTable_sparse_index.hpp.
References CSeqTable_sparse_index_Base::SetBit_set_bvector(), and x_ResetCache().
Referenced by ChangeToBit_set_bvector().
|
inline |
Definition at line 186 of file SeqTable_sparse_index.hpp.
References CSeqTable_sparse_index_Base::SetIndexes(), and x_ResetCache().
Referenced by ChangeToIndexes(), and ChangeToIndexes_delta().
|
inline |
Definition at line 190 of file SeqTable_sparse_index.hpp.
References CSeqTable_sparse_index_Base::SetIndexes_delta(), and x_ResetCache().
Referenced by ChangeToIndexes(), and ChangeToIndexes_delta().
|
inlineprotected |
Definition at line 430 of file SeqTable_sparse_index.cpp.
References CIndexDeltaSumCache::FindDeltaSum(), CSeqTable_sparse_index_Base::GetIndexes_delta(), and x_GetDeltaCache().
Referenced by GetIndexAt(), and HasValueAt().
|
protected |
Definition at line 180 of file SeqTable_sparse_index.cpp.
References count, CSeqTable_sparse_index_Base::GetBit_set(), i, info, CSeqTable_sparse_index::SBitsInfo::kBlockSize, m_Cache, min(), CRef< C, Locker >::Reset(), ncbi::grid::netcache::search::fields::size, sx_CalcBlockBitCount(), and sx_CalcByteBitCount().
Referenced by GetIndexAt().
|
protected |
Definition at line 410 of file SeqTable_sparse_index.cpp.
References CSeqTable_sparse_index_Base::GetIndexes_delta(), CRef< C, Locker >::GetNCPointerOrNull(), info, m_Cache, and ncbi::grid::netcache::search::fields::size.
Referenced by x_FindDeltaSum(), and x_GetDeltaSum().
|
inlineprotected |
Definition at line 422 of file SeqTable_sparse_index.cpp.
References CIndexDeltaSumCache::GetDeltaSum(), CSeqTable_sparse_index_Base::GetIndexes_delta(), and x_GetDeltaCache().
Referenced by GetSize().
|
protected |
Definition at line 460 of file SeqTable_sparse_index.cpp.
References CSeqTable_sparse_index_Base::e_Bit_set, CSeqTable_sparse_index_Base::e_Bit_set_bvector, CSeqTable_sparse_index_Base::e_Indexes, CSeqTable_sparse_index_Base::e_Indexes_delta, bm::bvector< Alloc >::get_first(), CSeqTable_sparse_index_Base::GetBit_set(), CSeqTable_sparse_index_Base::GetBit_set_bvector(), CBVector_data::GetBitVector(), CSeqTable_sparse_index_Base::GetIndexes(), CSeqTable_sparse_index_Base::GetIndexes_delta(), kInvalidRow, sx_FindFirstNonZeroBit(), sx_FindFirstNonZeroByte(), and CSeqTable_sparse_index_Base::Which().
Referenced by begin().
|
protected |
Definition at line 490 of file SeqTable_sparse_index.cpp.
References CSeqTable_sparse_index_Base::e_Bit_set, CSeqTable_sparse_index_Base::e_Bit_set_bvector, CSeqTable_sparse_index_Base::e_Indexes, CSeqTable_sparse_index_Base::e_Indexes_delta, bm::bvector< Alloc >::get_next(), CSeqTable_sparse_index_Base::GetBit_set(), CSeqTable_sparse_index_Base::GetBit_set_bvector(), CBVector_data::GetBitVector(), CSeqTable_sparse_index_Base::GetIndexes(), CSeqTable_sparse_index_Base::GetIndexes_delta(), kInvalidRow, row, sx_FindFirstNonZeroBit(), sx_FindFirstNonZeroByte(), sx_FindNextNonZeroBit(), and CSeqTable_sparse_index_Base::Which().
Referenced by CSeqTable_sparse_index::const_iterator::operator++().
|
inlineprotected |
Definition at line 210 of file SeqTable_sparse_index.hpp.
References m_Cache, and CRef< C, Locker >::Reset().
Referenced by PostRead(), Reset(), SetBit_set(), SetBit_set_bvector(), SetIndexes(), and SetIndexes_delta().
|
friend |
Definition at line 208 of file SeqTable_sparse_index.hpp.
|
static |
Definition at line 97 of file SeqTable_sparse_index.hpp.
Referenced by ChangeToBit_set(), HasValueAt(), sx_FindFirstNonZeroBit(), sx_FindFirstNonZeroByte(), sx_FindNextNonZeroBit(), x_GetFirstRowWithValue(), and x_GetNextRowWithValue().
|
static |
Definition at line 96 of file SeqTable_sparse_index.hpp.
Referenced by CSeqTable_column::GetBytesPtr(), GetIndexAt(), CSeqTable_column::GetSeq_id(), CSeqTable_column::GetSeq_int(), CSeqTable_column::GetSeq_loc(), CSeqTable_column::GetStringPtr(), CSeqTable_column::IsSet(), CSeqTable_column::TryGetValue(), CSeqTableColumnInfo::UpdateSeq_feat(), and CSeqTableColumnInfo::UpdateSeq_loc().
Definition at line 253 of file SeqTable_sparse_index.hpp.
Referenced by x_GetBitSetCache(), x_GetDeltaCache(), and x_ResetCache().