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

Arion structure type wrapper for struct timespec. More...

#include <lnx_kernel_utils.hpp>

Inheritance diagram for arion_lnx_type::StructTimespecType:
arion_poly_struct::ArionStructType< struct timespec > arion_type::KernelType arion_poly_struct::AbsArionStructType

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::BYTEarion_read_mem (std::shared_ptr< arion::Arion > arion, arion::ADDR addr, size_t sz)
 

Detailed Description

Arion structure type wrapper for struct timespec.

Constructor & Destructor Documentation

◆ StructTimespecType()

arion_lnx_type::StructTimespecType::StructTimespecType ( )
inline

Builder for StructTimespecType instances.


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