Allocator to customize member name and string value memory management done by Value.
More...
List of all members.
Detailed Description
Allocator to customize member name and string value memory management done by Value.
Definition at line 579 of file JsonUtils.
Member Enumeration Documentation
Constructor & Destructor Documentation
ValueAllocator::~ValueAllocator |
( |
| ) |
[virtual] |
Member Function Documentation
virtual char* osgEarth::Json::ValueAllocator::duplicateStringValue |
( |
const char * |
value, |
|
|
unsigned int |
length = unknown |
|
) |
| [pure virtual] |
virtual char* osgEarth::Json::ValueAllocator::makeMemberName |
( |
const char * |
memberName | ) |
[pure virtual] |
virtual void osgEarth::Json::ValueAllocator::releaseMemberName |
( |
char * |
memberName | ) |
[pure virtual] |
virtual void osgEarth::Json::ValueAllocator::releaseStringValue |
( |
char * |
value | ) |
[pure virtual] |
The documentation for this class was generated from the following files: