NGL  6.5
The NCCA Graphics Library
memorybuffer.h File Reference
#include "rapidjson.h"
#include "internal/stack.h"
+ Include dependency graph for memorybuffer.h:

Go to the source code of this file.

Classes

struct  GenericMemoryBuffer< Allocator >
 Represents an in-memory output byte stream. More...
 

Typedefs

typedef GenericMemoryBuffer MemoryBuffer
 

Functions

template<>
void PutN (MemoryBuffer &memoryBuffer, char c, size_t n)
 Implement specialized version of PutN() with memset() for better performance. More...
 

Typedef Documentation

Definition at line 60 of file memorybuffer.h.

Function Documentation

template<>
void PutN ( MemoryBuffer memoryBuffer,
char  c,
size_t  n 
)
inline

Implement specialized version of PutN() with memset() for better performance.

Definition at line 64 of file memorybuffer.h.

References RAPIDJSON_NAMESPACE_END, and GenericMemoryBuffer< Allocator >::stack_.