dl
dl::CodeWriter::Struct结构体 参考

#include <dl_code_writer.h>

Public 成员函数

void FormatVariable ()
 
VariableGetVariable (std::string_view name)
 

Public 属性

std::string _comment
 
std::string _name
 
std::string _value
 
std::vector< Variable_allVariable
 

详细描述

在文件 dl_code_writer.h70 行定义.

成员函数说明

◆ FormatVariable()

void dl::CodeWriter::Struct::FormatVariable ( )

◆ GetVariable()

Variable * dl::CodeWriter::Struct::GetVariable ( std::string_view name)
inline

在文件 dl_code_writer.h80 行定义.

类成员变量说明

◆ _allVariable

std::vector<Variable> dl::CodeWriter::Struct::_allVariable

在文件 dl_code_writer.h75 行定义.

◆ _comment

std::string dl::CodeWriter::Struct::_comment

在文件 dl_code_writer.h72 行定义.

◆ _name

std::string dl::CodeWriter::Struct::_name

在文件 dl_code_writer.h73 行定义.

◆ _value

std::string dl::CodeWriter::Struct::_value

在文件 dl_code_writer.h74 行定义.


该结构体的文档由以下文件生成: