|
libosmscout 0.1
|
This is the complete list of members for osmscout::IndexedDataFile< I, N >, including all inherited members.
| Close() override | osmscout::IndexedDataFile< I, N > | virtual |
| DataFile(const std::string &datafile, size_t cacheSize) | osmscout::DataFile< N > | |
| DataFile(const DataFile &)=delete | osmscout::DataFile< N > | |
| DataFile(DataFile &&)=delete | osmscout::DataFile< N > | |
| FlushCache() | osmscout::DataFile< N > | |
| Get(I id, ValueType &entry) const | osmscout::IndexedDataFile< I, N > | |
| Get(const std::vector< I > &ids, std::vector< ValueType > &data) const | osmscout::IndexedDataFile< I, N > | |
| Get(const std::list< I > &ids, std::vector< ValueType > &data) const | osmscout::IndexedDataFile< I, N > | |
| Get(const std::set< I > &ids, std::vector< ValueType > &data) const | osmscout::IndexedDataFile< I, N > | |
| Get(const std::set< I > &ids, std::unordered_map< I, ValueType > &data) const | osmscout::IndexedDataFile< I, N > | |
| GetByBlockSpan(const DataBlockSpan &span, std::vector< ValueType > &data) const | osmscout::DataFile< N > | |
| GetByBlockSpans(IteratorIn begin, IteratorIn end, std::vector< ValueType > &data) const | osmscout::DataFile< N > | |
| GetByOffset(FileOffset offset, ValueType &entry) const | osmscout::DataFile< N > | |
| GetByOffset(IteratorIn begin, IteratorIn end, size_t size, std::vector< ValueType > &data) const | osmscout::DataFile< N > | |
| GetByOffset(IteratorIn begin, IteratorIn end, size_t size, const GeoBox &boundingBox, std::vector< ValueType > &data) const | osmscout::DataFile< N > | |
| GetByOffset(IteratorIn begin, IteratorIn end, size_t size, std::unordered_map< FileOffset, ValueType > &dataMap) const | osmscout::DataFile< N > | |
| GetFilename() const | osmscout::DataFile< N > | inline |
| GetOffset(I id, FileOffset &offset) const | osmscout::IndexedDataFile< I, N > | |
| GetOffsets(IteratorIn begin, IteratorIn end, size_t size, std::vector< FileOffset > &offsets) const | osmscout::IndexedDataFile< I, N > | |
| IndexedDataFile(const std::string &datafile, const std::string &indexfile, size_t indexCacheSize, size_t dataCacheSize) | osmscout::IndexedDataFile< I, N > | |
| IsOpen() const override | osmscout::IndexedDataFile< I, N > | virtual |
| Open(const TypeConfigRef &typeConfig, const std::string &path, bool memoryMappedIndex, bool memoryMappedData) | osmscout::IndexedDataFile< I, N > | |
| osmscout::DataFile::Open(const TypeConfigRef &typeConfig, const std::string &path, bool memoryMappedData) | osmscout::DataFile< N > | |
| operator=(const DataFile &)=delete | osmscout::DataFile< N > | |
| operator=(DataFile &&)=delete | osmscout::DataFile< N > | |
| typeConfig | osmscout::DataFile< N > | protected |
| ValueCache typedef | osmscout::DataFile< N > | |
| ValueCacheEntry typedef | osmscout::DataFile< N > | |
| ValueCacheRef typedef | osmscout::DataFile< N > | |
| ValueType typedef | osmscout::IndexedDataFile< I, N > | |
| ~DataFile() | osmscout::DataFile< N > | virtual |