LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LIEF::PE::ResourceAccelerator Class Reference
Inheritance diagram for LIEF::PE::ResourceAccelerator:
Inheritance graph
[legend]
Collaboration diagram for LIEF::PE::ResourceAccelerator:
Collaboration graph
[legend]

Public Member Functions

 ResourceAccelerator (const details::pe_resource_acceltableentry &)
 
 ResourceAccelerator (const ResourceAccelerator &)
 
ResourceAcceleratoroperator= (const ResourceAccelerator &)
 
std::set< ACCELERATOR_FLAGSflags_list () const
 
std::string ansi_str () const
 
int16_t flags () const
 Describe the keyboard accelerator characteristics.
 
int16_t ansi () const
 An ANSI character value or a virtual-key code that identifies the accelerator key.
 
uint16_t id () const
 An identifier for the keyboard accelerator.
 
int16_t padding () const
 The number of bytes inserted to ensure that the structure is aligned on a DWORD boundary.
 
void accept (Visitor &visitor) const override
 
- Public Member Functions inherited from LIEF::Object
 Object (const Object &other)
 
Objectoperator= (const Object &other)
 
template<class T >
output_t< T > as ()
 
template<class T >
output_const_t< T > as () const
 
virtual bool operator== (const Object &other) const
 
virtual bool operator!= (const Object &other) const
 

Additional Inherited Members

- Public Types inherited from LIEF::Object
template<class T >
using output_t = add_pointer_t<decay_t<T>>
 
template<class T >
using output_const_t = add_pointer_t<add_const_t<decay_t<T>>>
 

Member Function Documentation

◆ accept()

void LIEF::PE::ResourceAccelerator::accept ( Visitor & visitor) const
overridevirtual

Implements LIEF::Object.


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