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

Type representing the flags used by the *at file syscalls (openat, faccessat, etc.). More...

#include <lnx_kernel_utils.hpp>

Inheritance diagram for arion_lnx_type::FileATFlagType:
arion_type::FlagType arion_type::KernelType

Public Member Functions

 FileATFlagType ()
 
- Public Member Functions inherited from arion_type::FlagType
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::FlagType
 FlagType (std::string name, std::map< uint64_t, std::string > flag_map)
 
- Protected Member Functions inherited from arion_type::KernelType
 KernelType (std::string name, arion::LOG_COLOR color=arion::LOG_COLOR::DEFAULT)
 

Detailed Description

Type representing the flags used by the *at file syscalls (openat, faccessat, etc.).

Constructor & Destructor Documentation

◆ FileATFlagType()

arion_lnx_type::FileATFlagType::FileATFlagType ( )
inline

Builder for FileATFlagType instances.


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