P6R::P6JSONSTRING Struct Reference

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. More...

#include <p6jsontypes.h>

List of all members.

Public Attributes

P6UINT32 length
const P6CHAR * pStart

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:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.