|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
Public Member Functions | |
| Struct (std::string &astr, vector< StructVec > &astruct, vector< EnumVec > &aenum) | |
| std::string | get_type (Data &item2) |
| bool | is_version (std::vector< Data > &dataVec) |
| void | _h_serialize (std::stringstream &astream, StructVec &astruct) |
| void | _h_member (std::stringstream &astream, StructVec &astruct) |
| void | _h_csv () |
| void | _h_protocol () |
| void | _cpp_constructor (std::stringstream &astream, StructVec &astruct) |
| void | _cpp_serialize (std::stringstream &astream, StructVec &astruct) |
| void | _cpp_csv () |
| void | _cpp_protocol () |