|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
Class which represents an entry associated to the RichHeader. More...
#include <RichEntry.hpp>


Public Member Functions | |
| RichEntry ()=default | |
| RichEntry (uint16_t id, uint16_t build_id, uint32_t count) | |
| RichEntry (const RichEntry &)=default | |
| RichEntry & | operator= (const RichEntry &)=default |
| ~RichEntry () override=default | |
| uint16_t | id () const |
| Entry type. | |
| uint16_t | build_id () const |
| Build number of the tool (if any). | |
| uint32_t | count () const |
| Occurrence count. | |
| void | id (uint16_t id) |
| void | build_id (uint16_t build_id) |
| void | count (uint32_t count) |
| 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 entry associated to the RichHeader.
|
default |
Referenced by operator<<, operator=(), and RichEntry().
|
inline |
References build_id(), count(), and id().
|
default |
References RichEntry().
|
overridedefault |
|
overridevirtual |
Implements LIEF::Object.
References LIEF_API.
|
inline |
Build number of the tool (if any).
Referenced by build_id(), and RichEntry().
|
inline |
References build_id().
|
inline |
Occurrence count.
Referenced by count(), and RichEntry().
|
inline |
References count().
|
inline |
Entry type.
Referenced by id(), and RichEntry().
|
inline |
References id().
References RichEntry().