libStatGen Software 1
|
Public Member Functions | |
Chunk | pop () |
bool | insert (const Chunk &chunkToInsert) |
void | clear () |
bool | empty () |
bool | mergeOverlapping () |
Definition at line 48 of file IndexBase.h.
void SortedChunkList::clear | ( | ) |
Definition at line 55 of file IndexBase.cpp.
bool SortedChunkList::empty | ( | ) |
Definition at line 60 of file IndexBase.cpp.
bool SortedChunkList::insert | ( | const Chunk & | chunkToInsert | ) |
Definition at line 29 of file IndexBase.cpp.
bool SortedChunkList::mergeOverlapping | ( | ) |
Definition at line 67 of file IndexBase.cpp.
Chunk SortedChunkList::pop | ( | ) |
Definition at line 21 of file IndexBase.cpp.