10 #ifndef LCF_LDB_READER_H 11 #define LCF_LDB_READER_H 52 bool Load(
const std::string& filename,
const std::string& encoding);
62 bool SaveXml(
const std::string& filename);
67 bool LoadXml(
const std::string& filename);
72 bool Load(std::istream& filestream,
const std::string& encoding);
82 bool SaveXml(std::ostream& filestream);
87 bool LoadXml(std::istream& filestream);
void PrepareSave(RPG::Database &db)
bool LoadXml(const std::string &filename)
bool Load(const std::string &filename, const std::string &encoding)
bool SaveXml(const std::string &filename)
bool Save(const std::string &filename, const std::string &encoding, SaveOpt opt=SaveOpt::eNone)