|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/db/NodeDataFile.h>


Public Member Functions | |
| NodeDataFile (size_t cacheSize) | |
| NodeDataFile (const NodeDataFile &)=delete | |
| NodeDataFile (NodeDataFile &&)=delete | |
| NodeDataFile & | operator= (const NodeDataFile &)=delete |
| NodeDataFile & | operator= (NodeDataFile &&)=delete |
| ~NodeDataFile () override=default | |
| Public Member Functions inherited from osmscout::DataFile< Node > | |
| DataFile (const std::string &datafile, size_t cacheSize) | |
| DataFile & | operator= (const DataFile &)=delete |
| virtual | ~DataFile () |
| bool | Open (const TypeConfigRef &typeConfig, const std::string &path, bool memoryMappedData) |
| virtual bool | IsOpen () const |
| virtual bool | Close () |
| void | FlushCache () |
| std::string | GetFilename () const |
| bool | GetByOffset (FileOffset offset, ValueType &entry) const |
| bool | GetByBlockSpan (const DataBlockSpan &span, std::vector< ValueType > &data) const |
| bool | GetByBlockSpans (IteratorIn begin, IteratorIn end, std::vector< ValueType > &data) const |
Static Public Attributes | |
| static const char *const | NODES_DAT |
| static const char *const | NODES_IDMAP |
Additional Inherited Members | |
| Public Types inherited from osmscout::DataFile< Node > | |
| using | ValueType |
| using | ValueCache |
| using | ValueCacheEntry |
| using | ValueCacheRef |
| Protected Attributes inherited from osmscout::DataFile< Node > | |
| TypeConfigRef | typeConfig |
Abstraction for getting cached access to the 'nodes.dat' file.
|
explicit |
|
delete |
|
delete |
|
overridedefault |
|
delete |
|
delete |
|
static |
|
static |