Concrete type representing a memory address pointing to a null-terminated string. More...
#include <type_utils.hpp>
Public Member Functions | |
| RawStringType () | |
| std::string | str (std::shared_ptr< arion::Arion > arion, uint64_t val) override |
Public Member Functions inherited from arion_type::KernelType | |
| virtual | ~KernelType ()=default |
| Virtual destructor to allow polymorphic deletion. | |
| arion::LOG_COLOR | get_color () |
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 memory address pointing to a null-terminated string.
|
inline |
Builder for RawStringType instances.
|
overridevirtual |
Reads the null-terminated string starting at the memory address specified by val.
| [in] | arion | Shared pointer to the Arion instance. |
| [in] | val | The memory address pointing to the string. |
Reimplemented from arion_type::KernelType.