#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"
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]}" |
#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.
TEST | ( | NamespaceTest | , |
Using | |||
) |
Definition at line 34 of file namespacetest.cpp.
TEST | ( | NamespaceTest | , |
Direct | |||
) |
Definition at line 43 of file namespacetest.cpp.
|
static |
Definition at line 32 of file namespacetest.cpp.