|
CPP-TOOLBOX
|
#include <meta_utils.hpp>
Public Member Functions | |
| MetaAttribute (MetaVariable variable, AccessSpecifier access=AccessSpecifier::Private, bool is_static=false, bool is_const=false) | |
| std::string | to_string () const |
Public Attributes | |
| MetaVariable | variable |
| AccessSpecifier | access = AccessSpecifier::Private |
| bool | is_static = false |
| bool | is_const = false |
|
inline |
|
inline |
| AccessSpecifier meta_utils::MetaAttribute::access = AccessSpecifier::Private |
| bool meta_utils::MetaAttribute::is_const = false |
| bool meta_utils::MetaAttribute::is_static = false |
| MetaVariable meta_utils::MetaAttribute::variable |