Macros | Functions | Variables
namespacetest.cpp File Reference
#include "unittest.h"
#include "rapidjson/document.h"
#include "rapidjson/writer.h"
#include "rapidjson/filereadstream.h"
#include "rapidjson/filewritestream.h"
#include "rapidjson/encodedstream.h"
#include "rapidjson/stringbuffer.h"
Include dependency graph for namespacetest.cpp:

Go to the source code of this file.

Macros

#define RAPIDJSON_NAMESPACE   my::rapid::json
 
#define RAPIDJSON_NAMESPACE_BEGIN   namespace my { namespace rapid { namespace json {
 
#define RAPIDJSON_NAMESPACE_END   } } }
 

Functions

 TEST (NamespaceTest, Using)
 
 TEST (NamespaceTest, Direct)
 

Variables

static const char json [] = "{\"hello\":\"world\",\"t\":true,\"f\":false,\"n\":null,\"i\":123,\"pi\":3.1416,\"a\":[1,2,3,4]}"
 

Macro Definition Documentation

#define RAPIDJSON_NAMESPACE   my::rapid::json

Definition at line 19 of file namespacetest.cpp.

#define RAPIDJSON_NAMESPACE_BEGIN   namespace my { namespace rapid { namespace json {

Definition at line 20 of file namespacetest.cpp.

#define RAPIDJSON_NAMESPACE_END   } } }

Definition at line 21 of file namespacetest.cpp.

Function Documentation

TEST ( NamespaceTest  ,
Using   
)

Definition at line 34 of file namespacetest.cpp.

TEST ( NamespaceTest  ,
Direct   
)

Definition at line 43 of file namespacetest.cpp.

Variable Documentation

const char json[] = "{\"hello\":\"world\",\"t\":true,\"f\":false,\"n\":null,\"i\":123,\"pi\":3.1416,\"a\":[1,2,3,4]}"
static

Definition at line 32 of file namespacetest.cpp.



choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:09