|
HDK
|
#include <GA_ATIDictArray.h>
Public Member Functions | |
| GA_ATIDictArrayDelayedWriter () | |
| GA_ATIDictArrayDelayedWriter (GA_ATIDictArray *attrib) | |
| ~GA_ATIDictArrayDelayedWriter () | |
| void | bind (GA_ATIDictArray *attrib) |
| void | setDict (GA_Offset offset, const UT_Array< UT_OptionsHolder > &strings, UT_Array< GA_DictIndexType > &indexcache) |
| void | setDictIndex (GA_Offset offset, const UT_Array< GA_DictIndexType > &idx) |
| void | flush () |
| SYS_FORCE_INLINE bool | hasChanges () const |
Definition at line 165 of file GA_ATIDictArray.h.
| GA_ATIDictArrayDelayedWriter::GA_ATIDictArrayDelayedWriter | ( | ) |
| GA_ATIDictArrayDelayedWriter::GA_ATIDictArrayDelayedWriter | ( | GA_ATIDictArray * | attrib | ) |
| GA_ATIDictArrayDelayedWriter::~GA_ATIDictArrayDelayedWriter | ( | ) |
| void GA_ATIDictArrayDelayedWriter::bind | ( | GA_ATIDictArray * | attrib | ) |
| void GA_ATIDictArrayDelayedWriter::flush | ( | ) |
|
inline |
Definition at line 183 of file GA_ATIDictArray.h.
| void GA_ATIDictArrayDelayedWriter::setDict | ( | GA_Offset | offset, |
| const UT_Array< UT_OptionsHolder > & | strings, | ||
| UT_Array< GA_DictIndexType > & | indexcache | ||
| ) |
| void GA_ATIDictArrayDelayedWriter::setDictIndex | ( | GA_Offset | offset, |
| const UT_Array< GA_DictIndexType > & | idx | ||
| ) |