alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <archive.hpp>
Classes | |
struct | entry_t |
Public Member Functions | |
Archive (const string &path) | |
void | addFile (const string &filePath) |
void | write () |
void | getEntries (std::vector< entry_t > &entries) |
Private Attributes | |
std::vector< string > | paths |
string | archPath |
Definition at line 29 of file archive.hpp.
Archive::Archive | ( | const string & | path | ) |
Definition at line 30 of file archive.cpp.
void Archive::addFile | ( | const string & | filePath | ) |
Definition at line 35 of file archive.cpp.
void Archive::getEntries | ( | std::vector< entry_t > & | entries | ) |
Definition at line 93 of file archive.cpp.
void Archive::write | ( | ) |
Definition at line 40 of file archive.cpp.
|
private |
Definition at line 33 of file archive.hpp.
|
private |
Definition at line 32 of file archive.hpp.