|
SHOGUN v0.9.0
|
在文件Parameter.h第21行定义。
公有成员 | |
| TParameter (const TSGDataType *datatype, void *parameter, const char *name, const char *description) | |
| ~TParameter () | |
| void | print (const char *prefix) |
| bool | save (CSerializableFile *file, const char *prefix="") |
| bool | load (CSerializableFile *file, const char *prefix="") |
公有属性 | |
| TSGDataType | m_datatype |
| void * | m_parameter |
| char * | m_name |
| char * | m_description |
| TParameter | ( | const TSGDataType * | datatype, |
| void * | parameter, | ||
| const char * | name, | ||
| const char * | description | ||
| ) | [explicit] |
在文件Parameter.cpp第964行定义。
| ~TParameter | ( | void | ) |
在文件Parameter.cpp第973行定义。
| bool load | ( | CSerializableFile * | file, |
| const char * | prefix = "" |
||
| ) |
在文件Parameter.cpp第1619行定义。
| void print | ( | const char * | prefix | ) |
在文件Parameter.cpp第989行定义。
| bool save | ( | CSerializableFile * | file, |
| const char * | prefix = "" |
||
| ) |
在文件Parameter.cpp第1536行定义。
在文件Parameter.h第31行定义。
| char* m_description |
在文件Parameter.h第34行定义。
| char* m_name |
在文件Parameter.h第33行定义。
| void* m_parameter |
在文件Parameter.h第32行定义。