RetroArch
Functions
ostreamwrappertest.cpp File Reference
#include "unittest.h"
#include "rapidjson/ostreamwrapper.h"
#include "rapidjson/encodedstream.h"
#include "rapidjson/document.h"
#include <sstream>
#include <fstream>
Include dependency graph for ostreamwrappertest.cpp:

Functions

template<typename StringStreamType >
static void TestStringStream ()
 
 TEST (OStreamWrapper, ostringstream)
 
 TEST (OStreamWrapper, stringstream)
 
 TEST (OStreamWrapper, wostringstream)
 
 TEST (OStreamWrapper, wstringstream)
 
 TEST (OStreamWrapper, cout)
 
template<typename FileStreamType >
static void TestFileStream ()
 
 TEST (OStreamWrapper, ofstream)
 
 TEST (OStreamWrapper, fstream)
 

Function Documentation

◆ TEST() [1/7]

TEST ( OStreamWrapper  ,
ostringstream   
)

◆ TEST() [2/7]

TEST ( OStreamWrapper  ,
stringstream   
)

◆ TEST() [3/7]

TEST ( OStreamWrapper  ,
wostringstream   
)

◆ TEST() [4/7]

TEST ( OStreamWrapper  ,
wstringstream   
)

◆ TEST() [5/7]

TEST ( OStreamWrapper  ,
cout   
)
Here is the call graph for this function:

◆ TEST() [6/7]

TEST ( OStreamWrapper  ,
ofstream   
)

◆ TEST() [7/7]

TEST ( OStreamWrapper  ,
fstream   
)

◆ TestFileStream()

template<typename FileStreamType >
static void TestFileStream ( )
static
Here is the call graph for this function:

◆ TestStringStream()

template<typename StringStreamType >
static void TestStringStream ( )
static
Here is the call graph for this function: