|
liblcf
|
#include <string>#include "reader_lcf.h"#include "writer_lcf.h"#include "writer_xml.h"#include "rpg_treemap.h"#include "lcf_saveopt.h"
Include dependency graph for lmt_reader.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| LMT_Reader | |
Functions | |
| bool | LMT_Reader::Load (const std::string &filename, const std::string &encoding) |
| bool | LMT_Reader::Save (const std::string &filename, const std::string &encoding, SaveOpt opt=SaveOpt::eNone) |
| bool | LMT_Reader::SaveXml (const std::string &filename) |
| bool | LMT_Reader::LoadXml (const std::string &filename) |
| bool | LMT_Reader::Load (std::istream &filestream, const std::string &encoding) |
| bool | LMT_Reader::Save (std::ostream &filestream, const std::string &encoding, SaveOpt opt=SaveOpt::eNone) |
| bool | LMT_Reader::SaveXml (std::ostream &filestream) |
| bool | LMT_Reader::LoadXml (std::istream &filestream) |