HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_AIFSharedDictTuple.h File Reference
#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>
+ Include dependency graph for GA_AIFSharedDictTuple.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define GA_INVALID_DICT_INDEX   GA_DictIndexType(-1)

Definition at line 34 of file GA_AIFSharedDictTuple.h.

Typedef Documentation

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.