tstring.h File Reference

#include <tchar.h>
#include <string>
#include <iosfwd>

Include dependency graph for tstring.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  comet

Typedefs

typedef std::basic_string<
TCHAR > 
tstring
typedef std::basic_ios< TCHAR,
std::char_traits< TCHAR > > 
tios
typedef std::basic_streambuf<
TCHAR, std::char_traits<
TCHAR > > 
tstreambuf
typedef std::basic_istream<
TCHAR, std::char_traits<
TCHAR > > 
tistream
typedef std::basic_ostream<
TCHAR, std::char_traits<
TCHAR > > 
tostream
typedef std::basic_iostream<
TCHAR, std::char_traits<
TCHAR > > 
tiostream
typedef std::basic_stringbuf<
TCHAR, std::char_traits<
TCHAR >, std::allocator<
TCHAR > > 
tstringbuf
typedef std::basic_istringstream<
TCHAR, std::char_traits<
TCHAR >, std::allocator<
TCHAR > > 
tistringstream
typedef std::basic_ostringstream<
TCHAR, std::char_traits<
TCHAR >, std::allocator<
TCHAR > > 
tostringstream
typedef std::basic_stringstream<
TCHAR, std::char_traits<
TCHAR >, std::allocator<
TCHAR > > 
tstringstream
typedef std::basic_filebuf<
TCHAR, std::char_traits<
TCHAR > > 
tfilebuf
typedef std::basic_ifstream<
TCHAR, std::char_traits<
TCHAR > > 
tifstream
typedef std::basic_ofstream<
TCHAR, std::char_traits<
TCHAR > > 
tofstream
typedef std::basic_fstream<
TCHAR, std::char_traits<
TCHAR > > 
tfstream


Detailed Description

C++ Std. lib TCHAR mappings.