SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sig::impl::FStreamSelector< wchar_t const * > Struct Template Reference

Public Types

typedef std::wofstream ofstream
 
typedef std::wifstream ifstream
 
typedef
std::ostreambuf_iterator
< wchar_t > 
ostreambuf_iterator
 
typedef
std::istreambuf_iterator
< wchar_t > 
istreambuf_iterator
 

Detailed Description

template<>
struct sig::impl::FStreamSelector< wchar_t const * >

Definition at line 45 of file type_convert.hpp.

Member Typedef Documentation

typedef std::wifstream sig::impl::FStreamSelector< wchar_t const * >::ifstream

Definition at line 47 of file type_convert.hpp.

typedef std::istreambuf_iterator<wchar_t> sig::impl::FStreamSelector< wchar_t const * >::istreambuf_iterator

Definition at line 49 of file type_convert.hpp.

typedef std::wofstream sig::impl::FStreamSelector< wchar_t const * >::ofstream

Definition at line 46 of file type_convert.hpp.

typedef std::ostreambuf_iterator<wchar_t> sig::impl::FStreamSelector< wchar_t const * >::ostreambuf_iterator

Definition at line 48 of file type_convert.hpp.


The documentation for this struct was generated from the following file: