Concrete type representing a generic integer value. More...
#include <type_utils.hpp>
Public Member Functions | |
| IntType () | |
Public Member Functions inherited from arion_type::KernelType | |
| virtual | ~KernelType ()=default |
| Virtual destructor to allow polymorphic deletion. | |
| arion::LOG_COLOR | get_color () |
| virtual std::string | str (std::shared_ptr< arion::Arion > arion, uint64_t val) |
Additional Inherited Members | |
Protected Member Functions inherited from arion_type::KernelType | |
| KernelType (std::string name, arion::LOG_COLOR color=arion::LOG_COLOR::DEFAULT) | |
Concrete type representing a generic integer value.
|
inline |
Builder for IntType instances.