ReactOS 0.4.15-dev-7961-gdcf9eb0
codecvt_test.cpp File Reference
#include <string>
#include <fstream>
#include <locale>
#include <stdexcept>
#include <cstdio>
#include "cppunit/cppunit_proxy.h"
Include dependency graph for codecvt_test.cpp:

Go to the source code of this file.

Classes

class  CodecvtTest
 
struct  eater_codecvt
 
struct  generator_codecvt
 
class  my_codecvt
 

Macros

#define __NO_THROW   throw()
 

Typedefs

typedef std::codecvt< wchar_t, char, mbstate_tmy_codecvt_base
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (CodecvtTest)
 

Macro Definition Documentation

◆ __NO_THROW

#define __NO_THROW   throw()

Definition at line 48 of file codecvt_test.cpp.

Typedef Documentation

◆ my_codecvt_base

typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base

Definition at line 456 of file codecvt_test.cpp.

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( CodecvtTest  )