HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CMD_SymbolEntry Class Reference

#include <CMD_SymbolList.h>

+ Inheritance diagram for CMD_SymbolEntry:

Public Member Functions

 CMD_SymbolEntry (const char *name, const char *value, bool export_var=false)
 
 ~CMD_SymbolEntry ()
 
 CMD_SymbolEntry (CMD_SymbolEntry &&movable) noexcept
 
CMD_SymbolEntryoperator= (CMD_SymbolEntry &&movable)
 
const UT_StringHoldername () const
 
const UT_StringHoldervalue () const
 
bool isDirty () const
 
bool isExport () const
 
void setValue (const UT_StringHolder &value)
 
void setDirty (bool f)
 

Detailed Description

Definition at line 28 of file CMD_SymbolList.h.

Constructor & Destructor Documentation

CMD_SymbolEntry::CMD_SymbolEntry ( const char *  name,
const char *  value,
bool  export_var = false 
)
inline

Definition at line 31 of file CMD_SymbolList.h.

CMD_SymbolEntry::~CMD_SymbolEntry ( )
inline

Definition at line 40 of file CMD_SymbolList.h.

CMD_SymbolEntry::CMD_SymbolEntry ( CMD_SymbolEntry &&  movable)
inlinenoexcept

Definition at line 47 of file CMD_SymbolList.h.

Member Function Documentation

bool CMD_SymbolEntry::isDirty ( ) const
inline

Definition at line 64 of file CMD_SymbolList.h.

bool CMD_SymbolEntry::isExport ( ) const
inline

Definition at line 65 of file CMD_SymbolList.h.

const UT_StringHolder& CMD_SymbolEntry::name ( ) const
inline

Definition at line 62 of file CMD_SymbolList.h.

CMD_SymbolEntry& CMD_SymbolEntry::operator= ( CMD_SymbolEntry &&  movable)
inline

Definition at line 52 of file CMD_SymbolList.h.

void CMD_SymbolEntry::setDirty ( bool  f)
inline

Definition at line 75 of file CMD_SymbolList.h.

void CMD_SymbolEntry::setValue ( const UT_StringHolder value)
inline

Definition at line 67 of file CMD_SymbolList.h.

const UT_StringHolder& CMD_SymbolEntry::value ( ) const
inline

Definition at line 63 of file CMD_SymbolList.h.


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