Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::P6JSONSTRING Struct Reference

#include <p6jsontypes.h>

Public Attributes

P6UINT32 length
 
const P6CHARpStart
 

Detailed Description

To avoid having to copy strings or creating new strings we simply point into a set of buffers the start of a string and its length.

These strings are not necessarily NULL terminated. We have chosen this approach over allocating strings internally to improve performance, and to allow the calling application to decide what strings to allocate.

Definition at line 32 of file p6jsontypes.h.


The documentation for this struct was generated from the following file: