alaCarte Maps
Renderer for OpenStreetMap tiles
Archive Class Reference

#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< stringpaths
 
string archPath
 

Detailed Description

Definition at line 29 of file archive.hpp.

Constructor & Destructor Documentation

Archive::Archive ( const string path)

Definition at line 30 of file archive.cpp.

Member Function Documentation

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.

Member Data Documentation

string Archive::archPath
private

Definition at line 33 of file archive.hpp.

std::vector<string> Archive::paths
private

Definition at line 32 of file archive.hpp.


The documentation for this class was generated from the following files: