Classes | Macros | Functions
unittest.h File Reference
#include "gtest/gtest.h"
#include <stdexcept>
Include dependency graph for unittest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AssertException
 
class  Random
 

Macros

#define __STDC_CONSTANT_MACROS   1
 
#define RAPIDJSON_ASSERT(x)   (!(x) ? throw AssertException(RAPIDJSON_STRINGIFY(x)) : (void)0u)
 

Functions

template<typename Ch >
int StrCmp (const Ch *s1, const Ch *s2)
 
template<typename Ch >
Ch * StrDup (const Ch *str)
 
template<typename Ch >
unsigned StrLen (const Ch *s)
 
FILE * TempFile (char *filename)
 

Macro Definition Documentation

#define __STDC_CONSTANT_MACROS   1

Definition at line 27 of file unittest.h.

#define RAPIDJSON_ASSERT (   x)    (!(x) ? throw AssertException(RAPIDJSON_STRINGIFY(x)) : (void)0u)

Definition at line 120 of file unittest.h.

Function Documentation

template<typename Ch >
int StrCmp ( const Ch *  s1,
const Ch *  s2 
)
inline

Definition at line 67 of file unittest.h.

template<typename Ch >
Ch* StrDup ( const Ch *  str)
inline

Definition at line 73 of file unittest.h.

template<typename Ch >
unsigned StrLen ( const Ch *  s)
inline

Definition at line 60 of file unittest.h.

FILE* TempFile ( char *  filename)
inline

Definition at line 80 of file unittest.h.



choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:09