#include <meta_utils.hpp>
◆ InitStyle
| Enumerator |
|---|
| Assignment | |
| Definition | |
| Brace | |
◆ MetaVariable()
| meta_utils::MetaVariable::MetaVariable |
( |
std::string | type, |
|
|
std::string | name, |
|
|
std::string | value, |
|
|
InitStyle | init_style = InitStyle::Assignment, |
|
|
std::string | name_space = "" ) |
|
inline |
◆ to_assignment()
| std::string meta_utils::MetaVariable::to_assignment |
( |
| ) |
const |
|
inline |
◆ to_brace()
| std::string meta_utils::MetaVariable::to_brace |
( |
| ) |
const |
|
inline |
◆ to_definition()
| std::string meta_utils::MetaVariable::to_definition |
( |
| ) |
const |
|
inline |
◆ to_initialization()
| std::string meta_utils::MetaVariable::to_initialization |
( |
| ) |
const |
|
inline |
◆ init_style
◆ name
| std::string meta_utils::MetaVariable::name |
◆ name_space
| std::string meta_utils::MetaVariable::name_space |
◆ type
| std::string meta_utils::MetaVariable::type |
◆ value
| std::string meta_utils::MetaVariable::value |
The documentation for this class was generated from the following file: