|
dl
|
#include <dl_code_writer.h>
Public 成员函数 | |
| void | FormatVariable () |
| Variable * | GetVariable (std::string_view name) |
Public 属性 | |
| std::string | _comment |
| std::string | _name |
| std::string | _value |
| std::vector< Variable > | _allVariable |
在文件 dl_code_writer.h 第 70 行定义.
| void dl::CodeWriter::Struct::FormatVariable | ( | ) |
|
inline |
在文件 dl_code_writer.h 第 80 行定义.
| std::vector<Variable> dl::CodeWriter::Struct::_allVariable |
在文件 dl_code_writer.h 第 75 行定义.
| std::string dl::CodeWriter::Struct::_comment |
在文件 dl_code_writer.h 第 72 行定义.
| std::string dl::CodeWriter::Struct::_name |
在文件 dl_code_writer.h 第 73 行定义.
| std::string dl::CodeWriter::Struct::_value |
在文件 dl_code_writer.h 第 74 行定义.