Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_type::IntType Class Reference

Concrete type representing a generic integer value. More...

#include <type_utils.hpp>

Inheritance diagram for arion_type::IntType:
arion_type::KernelType

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)
 

Detailed Description

Concrete type representing a generic integer value.

Constructor & Destructor Documentation

◆ IntType()

arion_type::IntType::IntType ( )
inline

Builder for IntType instances.


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