Arion structure type wrapper for struct timespec.
More...
#include <lnx_kernel_utils.hpp>
Public Member Functions | |
| StructTimespecType () | |
Public Member Functions inherited from arion_poly_struct::ArionStructType< struct timespec > | |
| 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_poly_struct::ArionStructType< struct timespec > | |
| ArionStructType (std::string name, std::shared_ptr< arion_poly_struct::PolymorphicStructFactory< struct timespec > > factory) | |
Protected Member Functions inherited from arion_type::KernelType | |
| KernelType (std::string name, arion::LOG_COLOR color=arion::LOG_COLOR::DEFAULT) | |
Protected Member Functions inherited from arion_poly_struct::AbsArionStructType | |
| virtual | ~AbsArionStructType ()=default |
| bool | arion_is_mapped (std::shared_ptr< arion::Arion > arion, arion::ADDR addr) |
| arion::CPU_ARCH | arion_curr_arch (std::shared_ptr< arion::Arion > arion) |
| std::vector< arion::BYTE > | arion_read_mem (std::shared_ptr< arion::Arion > arion, arion::ADDR addr, size_t sz) |
Arion structure type wrapper for struct timespec.
|
inline |
Builder for StructTimespecType instances.