RetroArch
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:

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

◆ RAPIDJSON_NAMESPACE

#define RAPIDJSON_NAMESPACE   my::rapid::json

◆ RAPIDJSON_NAMESPACE_BEGIN

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

◆ RAPIDJSON_NAMESPACE_END

#define RAPIDJSON_NAMESPACE_END   } } }

Function Documentation

◆ TEST() [1/2]

TEST ( NamespaceTest  ,
Using   
)

◆ TEST() [2/2]

TEST ( NamespaceTest  ,
Direct   
)
Here is the call graph for this function:

Variable Documentation

◆ json

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