|
LIEF: Library to Instrument Executable Formats Version 0.17.1
|
Class which represents an Auxiliary Symbol version. More...
#include <SymbolVersionAux.hpp>


Public Member Functions | |
| SymbolVersionAux (std::string name) | |
| SymbolVersionAux ()=default | |
| ~SymbolVersionAux () override=default | |
| SymbolVersionAux & | operator= (const SymbolVersionAux &)=default |
| SymbolVersionAux (const SymbolVersionAux &)=default | |
| const std::string & | name () const |
| Symbol's aux name (e.g. GLIBC_2.2.5). | |
| void | name (std::string name) |
| void | accept (Visitor &visitor) const override |
| Public Member Functions inherited from LIEF::Object | |
| Object () | |
| Object (const Object &other) | |
| Object & | operator= (const Object &other) |
| Object (Object &&other) noexcept=default | |
| Object & | operator= (Object &&other) noexcept=default |
| 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>>> |
Class which represents an Auxiliary Symbol version.
|
inline |
References name().
Referenced by operator<<, operator=(), and SymbolVersionAux().
|
default |
|
overridedefault |
|
default |
References SymbolVersionAux().
|
overridevirtual |
Implements LIEF::Object.
Reimplemented in LIEF::ELF::SymbolVersionAuxRequirement.
References LIEF_API.
|
inline |
Symbol's aux name (e.g. GLIBC_2.2.5).
Referenced by name(), operator<<, and SymbolVersionAux().
|
inline |
References name().
|
default |
References SymbolVersionAux().