CPP-TOOLBOX
Loading...
Searching...
No Matches
meta_utils::MetaAttribute Class Reference

#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
 

Constructor & Destructor Documentation

◆ MetaAttribute()

meta_utils::MetaAttribute::MetaAttribute ( MetaVariable variable,
AccessSpecifier access = AccessSpecifier::Private,
bool is_static = false,
bool is_const = false )
inline

Member Function Documentation

◆ to_string()

std::string meta_utils::MetaAttribute::to_string ( ) const
inline

Member Data Documentation

◆ access

AccessSpecifier meta_utils::MetaAttribute::access = AccessSpecifier::Private

◆ is_const

bool meta_utils::MetaAttribute::is_const = false

◆ is_static

bool meta_utils::MetaAttribute::is_static = false

◆ variable

MetaVariable meta_utils::MetaAttribute::variable

The documentation for this class was generated from the following file: