|
spla
|
Type representation for parametrisation of containers stored values. More...
#include <type.hpp>


Public Member Functions | |
| ~Type () override=default | |
| virtual const std::string & | get_name ()=0 |
| virtual const std::string & | get_code ()=0 |
| virtual const std::string & | get_cpp ()=0 |
| virtual const std::string & | get_description ()=0 |
| virtual int | get_size ()=0 |
| virtual int | get_id ()=0 |
Public Member Functions inherited from spla::RefCnt | |
| virtual | ~RefCnt () |
| bool | is_unique () const |
| std::int32_t | get_refs () const |
| std::int32_t | add_ref () const |
| std::int32_t | rel_ref () const |
Type representation for parametrisation of containers stored values.
|
overridedefault |
|
pure virtual |
Implemented in spla::TType< T >.
|
pure virtual |
Implemented in spla::TType< T >.
|
pure virtual |
Implemented in spla::TType< T >.
|
pure virtual |
Implemented in spla::TType< T >.
|
pure virtual |
Implemented in spla::TType< T >.
|
pure virtual |
Implemented in spla::TType< T >.