#include "gtest/gtest.h"
#include <stdexcept>
Go to the source code of this file.
◆ __STDC_CONSTANT_MACROS
| #define __STDC_CONSTANT_MACROS 1 |
◆ RAPIDJSON_ASSERT
| #define RAPIDJSON_ASSERT |
( |
| x | ) |
|
Value:
Definition unittest.h:109
◆ RAPIDJSON_HAS_CXX11_NOEXCEPT
| #define RAPIDJSON_HAS_CXX11_NOEXCEPT 0 |
◆ StrCmp()
| int StrCmp |
( |
const Ch * | s1, |
|
|
const Ch * | s2 ) |
|
inline |
◆ StrDup()
| Ch * StrDup |
( |
const Ch * | str | ) |
|
|
inline |
◆ StrLen()
| unsigned StrLen |
( |
const Ch * | s | ) |
|
|
inline |
◆ TempFile()
| FILE * TempFile |
( |
char * | filename | ) |
|
|
inline |