1 #ifndef E_BINARY_SORTED_FILE_SEARCH_H
2 #define E_BINARY_SORTED_FILE_SEARCH_H
4 #include "dataio/datainput/EBinaryRecord.h"
17 namespace VstupneUdaje
36 bool Init( std::string path,
EBinaryRecord *prototype,
unsigned short headSize = 0 );
54 #endif //E_BINARY_SORTED_FILE_SEARCH_H
Definition: EBinaryRecord.h:17
~EBinarySortedFileSearch()
Definition: EBinarySortedFileSearch.cpp:131
Definition: EBinarySortedFileSearch.h:19
std::list< EBinaryRecord * > EBinaryRecordCol
Definition: EBinaryRecord.h:56
bool Init(std::string path, EBinaryRecord *prototype, unsigned short headSize=0)
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
EBinarySortedFileSearch()
Definition: EBinarySortedFileSearch.cpp:118
EBinaryRecordCol Find(std::string key, long offsetFrom=0, long offsetTo=0)
Definition: EBinarySortedFileSearch.cpp:184
Definition: EBinarySortedFileSearch.cpp:8