Drizzled Public API Documentation
39 #ifndef JSON_FORWARDS_H_INCLUDED
40 # define JSON_FORWARDS_H_INCLUDED
58 typedef unsigned int UInt;
63 class ValueIteratorBase;
65 class ValueConstIterator;
66 #ifdef JSON_VALUE_USE_INTERNAL_MAP
68 class ValueMapAllocator;
69 class ValueInternalLink;
70 class ValueInternalArray;
71 class ValueInternalMap;
72 #endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP
77 #endif // JSON_FORWARDS_H_INCLUDED