spla
|
Type interface implementation with actual type info bound. More...
#include <ttype.hpp>
Public Member Functions | |
SPLA_API | ~TType () override=default |
SPLA_API const std::string & | get_name () override |
SPLA_API const std::string & | get_code () override |
SPLA_API const std::string & | get_cpp () override |
SPLA_API const std::string & | get_description () override |
SPLA_API int | get_size () override |
SPLA_API int | get_id () override |
![]() | |
~Type () override=default | |
![]() | |
virtual | ~RefCnt () |
bool | is_unique () const |
std::int32_t | get_refs () const |
std::int32_t | add_ref () const |
std::int32_t | rel_ref () const |
Static Public Member Functions | |
static ref_ptr< Type > | make_type (std::string name, std::string code, std::string cpp, std::string desc, int id) |
Type interface implementation with actual type info bound.
T | Actual type information |
|
overridedefault |