HDK
|
#include "GA_API.h"
#include "GA_AIFStringTuple.h"
#include "GA_BlobContainer.h"
#include "GA_Types.h"
#include <UT/UT_Array.h>
#include <UT/UT_VectorTypes.h>
#include <stddef.h>
Go to the source code of this file.
Classes | |
class | GA_StringTableStatistics |
class | GA_AIFSharedStringTuple |
A specialization of GA_AIFStringTuple to access "shared strings". More... | |
class | GA_AIFSharedStringTuple::iterator |
Class to iterate over all the strings in the shared string table. More... | |
class | GA_AIFSharedStringTuple::StringBuffer |
Temporary container to hold references to multiple strings. More... | |
Macros | |
#define | GA_INVALID_STRING_INDEX GA_StringIndexType(-1) |
Typedefs | |
typedef GA_BlobIndex | GA_StringIndexType |
#define GA_INVALID_STRING_INDEX GA_StringIndexType(-1) |
Definition at line 35 of file GA_AIFSharedStringTuple.h.
typedef GA_BlobIndex GA_StringIndexType |
Index type WARNING: We assume that GA_StringIndexType and GA_BlobIndexType are binare compatible, so do not change this!
Definition at line 28 of file GA_AIFSharedStringTuple.h.