RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Types | Public Member Functions
Json::ValueAllocator Class Reference

Experimental do not use: Allocator to customize member name and string value memory management done by Value. More...

#include <value.h>

Inheritance diagram for Json::ValueAllocator:
Json::DefaultValueAllocator

List of all members.

Public Types

enum  { unknown = (unsigned)-1 }

Public Member Functions

virtual char * makeMemberName (const char *memberName)=0
virtual void releaseMemberName (char *memberName)=0
virtual char * duplicateStringValue (const char *value, unsigned int length=unknown)=0
virtual void releaseStringValue (char *value)=0

Detailed Description

Experimental do not use: Allocator to customize member name and string value memory management done by Value.

Definition at line 615 of file value.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator