#include <meta_utils.hpp>
◆ MetaClass()
| meta_utils::MetaClass::MetaClass |
( |
std::string | name, |
|
|
std::string | name_space = "", |
|
|
bool | is_final = false ) |
|
inline |
◆ add_attribute()
| void meta_utils::MetaClass::add_attribute |
( |
const MetaAttribute & | attr | ) |
|
|
inline |
◆ add_method()
| void meta_utils::MetaClass::add_method |
( |
const MetaMethod & | method | ) |
|
|
inline |
◆ to_string()
| std::string meta_utils::MetaClass::to_string |
( |
| ) |
const |
|
inline |
◆ attributes
◆ constructors
◆ is_final
| bool meta_utils::MetaClass::is_final = false |
◆ methods
| std::vector<MetaMethod> meta_utils::MetaClass::methods |
◆ name
| std::string meta_utils::MetaClass::name |
◆ name_space
| std::string meta_utils::MetaClass::name_space |
The documentation for this class was generated from the following file: