HDK
|
#include "GA_API.h"
#include "GA_BlobContainer.h"
#include "GA_Types.h"
#include <UT/UT_Array.h>
#include <UT/UT_VectorTypes.h>
#include <UT/UT_Options.h>
#include <stddef.h>
Go to the source code of this file.
Classes | |
class | GA_DictTableStatistics |
class | GA_AIFSharedDictTuple |
A specialization of GA_AIFDictTuple to access "shared strings". More... | |
class | GA_AIFSharedDictTuple::iterator |
Class to iterate over all the options in the shared options table. More... | |
Macros | |
#define | GA_INVALID_DICT_INDEX GA_DictIndexType(-1) |
Typedefs | |
typedef GA_BlobIndex | GA_DictIndexType |
#define GA_INVALID_DICT_INDEX GA_DictIndexType(-1) |
Definition at line 34 of file GA_AIFSharedDictTuple.h.
typedef GA_BlobIndex GA_DictIndexType |
Index type WARNING: We assume that GA_DictIndexType and GA_BlobIndexType are binary compatible, so do not change this!
Definition at line 27 of file GA_AIFSharedDictTuple.h.