LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::PE::ResourceStringTable Class Reference

#include <ResourceStringTable.hpp>

Inheritance diagram for LIEF::PE::ResourceStringTable:
Collaboration diagram for LIEF::PE::ResourceStringTable:

Public Member Functions

 ResourceStringTable ()=default
 
 ResourceStringTable (int16_t length, std::u16string name)
 
 ResourceStringTable (const ResourceStringTable &)=default
 
ResourceStringTableoperator= (const ResourceStringTable &)=default
 
 ~ResourceStringTable () override=default
 
void accept (Visitor &visitor) const override
 
int16_t length () const
 The size of the string, not including length field itself.
 
const std::u16string & name () const
 The variable-length Unicode string data, word-aligned.
 
- Public Member Functions inherited from LIEF::Object
 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
 
virtual ~Object ()
 

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>>>
 

Constructor & Destructor Documentation

◆ ResourceStringTable() [1/3]

LIEF::PE::ResourceStringTable::ResourceStringTable ( )
default

◆ ResourceStringTable() [2/3]

LIEF::PE::ResourceStringTable::ResourceStringTable ( int16_t length,
std::u16string name )
inline

◆ ResourceStringTable() [3/3]

LIEF::PE::ResourceStringTable::ResourceStringTable ( const ResourceStringTable & )
default

◆ ~ResourceStringTable()

LIEF::PE::ResourceStringTable::~ResourceStringTable ( )
overridedefault

Member Function Documentation

◆ accept()

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

Implements LIEF::Object.

◆ length()

int16_t LIEF::PE::ResourceStringTable::length ( ) const
inline

The size of the string, not including length field itself.

◆ name()

const std::u16string & LIEF::PE::ResourceStringTable::name ( ) const
inline

The variable-length Unicode string data, word-aligned.

◆ operator=()

ResourceStringTable & LIEF::PE::ResourceStringTable::operator= ( const ResourceStringTable & )
default

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