acl
3.5.3.0
|
#include <gsoner.hpp>
Public 成员函数 | |
gsoner () | |
bool | read_file (const char *filepath) |
bool | read_multi_file (const std::vector< std::string > &files) |
void | parse_code () |
void | gen_gson () |
void | set_default_required () |
void | set_default_optional () |
void | set_header_filename (const std::string &filename) |
void | set_source_filename (const std::string &filename) |
在文件 gsoner.hpp 第 24 行定义.
acl::gsoner::gsoner | ( | ) |
void acl::gsoner::gen_gson | ( | ) |
void acl::gsoner::parse_code | ( | ) |
bool acl::gsoner::read_file | ( | const char * | filepath | ) |
bool acl::gsoner::read_multi_file | ( | const std::vector< std::string > & | files | ) |
void acl::gsoner::set_default_optional | ( | ) |
void acl::gsoner::set_default_required | ( | ) |
void acl::gsoner::set_header_filename | ( | const std::string & | filename | ) |
void acl::gsoner::set_source_filename | ( | const std::string & | filename | ) |