HDK
|
#include <GA_ATIStringArray.h>
Public Member Functions | |
GA_ATIStringArrayDelayedWriter () | |
GA_ATIStringArrayDelayedWriter (GA_ATIStringArray *attrib) | |
~GA_ATIStringArrayDelayedWriter () | |
void | bind (GA_ATIStringArray *attrib) |
void | setString (GA_Offset offset, const UT_StringArray &strings, UT_Array< GA_StringIndexType > &indexcache) |
void | setString (GA_Offset offset, const UT_Array< UT_StringHolder > &strings, UT_Array< GA_StringIndexType > &indexcache) |
void | setStringIndex (GA_Offset offset, const UT_Array< GA_StringIndexType > &idx) |
void | flush () |
SYS_FORCE_INLINE bool | hasChanges () const |
GA_StringIndexType | addStringReference (const UT_StringHolder &str) |
Definition at line 169 of file GA_ATIStringArray.h.
GA_ATIStringArrayDelayedWriter::GA_ATIStringArrayDelayedWriter | ( | ) |
GA_ATIStringArrayDelayedWriter::GA_ATIStringArrayDelayedWriter | ( | GA_ATIStringArray * | attrib | ) |
GA_ATIStringArrayDelayedWriter::~GA_ATIStringArrayDelayedWriter | ( | ) |
|
inline |
Definition at line 208 of file GA_ATIStringArray.h.
void GA_ATIStringArrayDelayedWriter::bind | ( | GA_ATIStringArray * | attrib | ) |
void GA_ATIStringArrayDelayedWriter::flush | ( | ) |
|
inline |
Definition at line 188 of file GA_ATIStringArray.h.
void GA_ATIStringArrayDelayedWriter::setString | ( | GA_Offset | offset, |
const UT_StringArray & | strings, | ||
UT_Array< GA_StringIndexType > & | indexcache | ||
) |
void GA_ATIStringArrayDelayedWriter::setString | ( | GA_Offset | offset, |
const UT_Array< UT_StringHolder > & | strings, | ||
UT_Array< GA_StringIndexType > & | indexcache | ||
) |
void GA_ATIStringArrayDelayedWriter::setStringIndex | ( | GA_Offset | offset, |
const UT_Array< GA_StringIndexType > & | idx | ||
) |