#include <layer_archive.h>
Public 型 | |
typedef Data | data_type |
typedef std::vector< data_type > | container_type |
Public メソッド | |
LayerArchive () | |
void | add (const MapLayer *layer) |
int | saveToFile (const char *filename) const |
int | loadFromFile (const char *filename) |
const container_type & | datas () const |
Public 変数 | |
boost::shared_ptr< Impl > | impl_ |
構成 | |
struct | Data |
struct | Impl |
typedef Data LayerArchive::data_type |
typedef std::vector<data_type> LayerArchive::container_type |
LayerArchive::LayerArchive | ( | ) |
void LayerArchive::add | ( | const MapLayer * | layer | ) |
int LayerArchive::saveToFile | ( | const char * | filename | ) | const |
int LayerArchive::loadFromFile | ( | const char * | filename | ) |
const LayerArchive::container_type & LayerArchive::datas | ( | ) | const |
boost::shared_ptr<Impl> LayerArchive::impl_ |