RetroArch
|
#include "gtest/gtest.h"
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | AssertException |
class | Random |
Macros | |
#define | __STDC_CONSTANT_MACROS 1 |
#define | RAPIDJSON_ASSERT(x) if (!(x)) throw AssertException(RAPIDJSON_STRINGIFY(x)) |
Functions | |
template<typename Ch > | |
unsigned | StrLen (const Ch *s) |
template<typename Ch > | |
int | StrCmp (const Ch *s1, const Ch *s2) |
template<typename Ch > | |
Ch * | StrDup (const Ch *str) |
FILE * | TempFile (char *filename) |
#define __STDC_CONSTANT_MACROS 1 |
#define RAPIDJSON_ASSERT | ( | x | ) | if (!(x)) throw AssertException(RAPIDJSON_STRINGIFY(x)) |
|
inline |
|
inline |
|
inline |