libosmscout
0.1
|
#include <DebugDatabase.h>
Public Member Functions | |
void | Close () |
DebugDatabase (const DebugDatabaseParameter ¶meter) | |
bool | GetCoords (const std::set< OSMId > &ids, CoordDataFile::ResultMap &coordsMap) const |
TypeConfigRef | GetTypeConfig () const |
bool | IsOpen () const |
bool | Open (const std::string &path) |
bool | ResolveReferences (const std::set< ObjectOSMRef > &ids, const std::set< ObjectFileRef > &fileOffsets, std::multimap< ObjectOSMRef, ObjectFileRef > &idFileOffsetMap, std::map< ObjectFileRef, ObjectOSMRef > &fileOffsetIdMap) |
virtual | ~DebugDatabase ()=default |
Secondary Database class for accessing debug information not normally available on the target device.
|
explicit |
|
virtualdefault |
void osmscout::DebugDatabase::Close | ( | ) |
bool osmscout::DebugDatabase::GetCoords | ( | const std::set< OSMId > & | ids, |
CoordDataFile::ResultMap & | coordsMap | ||
) | const |
TypeConfigRef osmscout::DebugDatabase::GetTypeConfig | ( | ) | const |
bool osmscout::DebugDatabase::IsOpen | ( | ) | const |
bool osmscout::DebugDatabase::Open | ( | const std::string & | path | ) |
References osmscout::Log::Error(), and osmscout::log.
bool osmscout::DebugDatabase::ResolveReferences | ( | const std::set< ObjectOSMRef > & | ids, |
const std::set< ObjectFileRef > & | fileOffsets, | ||
std::multimap< ObjectOSMRef, ObjectFileRef > & | idFileOffsetMap, | ||
std::map< ObjectFileRef, ObjectOSMRef > & | fileOffsetIdMap | ||
) |