Experimental do not use: Allocator to customize member name and string value memory management done by Value.
More...
#include <json/value.h>
Experimental do not use: Allocator to customize member name and string value memory management done by Value.
Definition at line 523 of file value.h.
◆ anonymous enum
◆ ~ValueAllocator()
Json::ValueAllocator::~ValueAllocator |
( |
| ) |
|
|
virtual |
◆ duplicateStringValue()
virtual char * Json::ValueAllocator::duplicateStringValue |
( |
const char * |
value, |
|
|
unsigned int |
length = unknown |
|
) |
| |
|
pure virtual |
◆ makeMemberName()
virtual char * Json::ValueAllocator::makeMemberName |
( |
const char * |
memberName | ) |
|
|
pure virtual |
◆ releaseMemberName()
virtual void Json::ValueAllocator::releaseMemberName |
( |
char * |
memberName | ) |
|
|
pure virtual |
◆ releaseStringValue()
virtual void Json::ValueAllocator::releaseStringValue |
( |
char * |
value | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: