ReactOS 0.4.16-dev-340-g0540c21
|
#include <string>
#include <fstream>
#include <locale>
#include <stdexcept>
#include <cstdio>
#include "cppunit/cppunit_proxy.h"
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_t > | my_codecvt_base |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (CodecvtTest) | |
#define __NO_THROW throw() |
Definition at line 48 of file codecvt_test.cpp.
typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base |
Definition at line 456 of file codecvt_test.cpp.
CPPUNIT_TEST_SUITE_REGISTRATION | ( | CodecvtTest | ) |