|
Electroneum
|
#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) | |
| #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 | , |
| Direct | ) |
Definition at line 43 of file namespacetest.cpp.

| TEST | ( | NamespaceTest | , |
| Using | ) |
Definition at line 34 of file namespacetest.cpp.