retdec
Private Attributes | List of all members
retdec::fileformat::DynamicEntry Class Reference

#include <dynamic_entry.h>

Collaboration diagram for retdec::fileformat::DynamicEntry:
Collaboration graph
[legend]

Public Member Functions

Getters
unsigned long long getType () const
 
unsigned long long getValue () const
 
std::string getDescription () const
 
Setters
void setType (unsigned long long entryType)
 
void setValue (unsigned long long entryValue)
 
void setDescription (std::string entryDescription)
 

Private Attributes

unsigned long long type = 0
 type of the dynamic record More...
 
unsigned long long value = 0
 stored value More...
 
std::string description
 description More...
 

Detailed Description

Information about dynamic entry

Member Function Documentation

◆ getDescription()

std::string retdec::fileformat::DynamicEntry::getDescription ( ) const

Get description of dynamic entry

Returns
Description of dynamic entry

◆ getType()

unsigned long long retdec::fileformat::DynamicEntry::getType ( ) const

Get type of dynamic entry

Returns
Type of dynamic entry

◆ getValue()

unsigned long long retdec::fileformat::DynamicEntry::getValue ( ) const

Get value of dynamic entry

Returns
Value of dynamic entry

◆ setDescription()

void retdec::fileformat::DynamicEntry::setDescription ( std::string  entryDescription)

Set description of dynamic entry

Parameters
entryDescriptionDescription of dynamic entry

◆ setType()

void retdec::fileformat::DynamicEntry::setType ( unsigned long long  entryType)

Set type of dynamic entry

Parameters
entryTypeType of dynamic entry

◆ setValue()

void retdec::fileformat::DynamicEntry::setValue ( unsigned long long  entryValue)

Set value of dynamic entry

Parameters
entryValueValue of dynamic entry

Member Data Documentation

◆ description

std::string retdec::fileformat::DynamicEntry::description
private

description

◆ type

unsigned long long retdec::fileformat::DynamicEntry::type = 0
private

type of the dynamic record

◆ value

unsigned long long retdec::fileformat::DynamicEntry::value = 0
private

stored value


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