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

Public Types

typedef std::ofstream ofstream
 
typedef std::ifstream ifstream
 
typedef
std::ostreambuf_iterator< char > 
ostreambuf_iterator
 
typedef
std::istreambuf_iterator< char > 
istreambuf_iterator
 

Detailed Description

template<class FILE_STRING>
struct sig::impl::FStreamSelector< FILE_STRING >

Definition at line 33 of file type_convert.hpp.

Member Typedef Documentation

template<class FILE_STRING>
typedef std::ifstream sig::impl::FStreamSelector< FILE_STRING >::ifstream

Definition at line 35 of file type_convert.hpp.

template<class FILE_STRING>
typedef std::istreambuf_iterator<char> sig::impl::FStreamSelector< FILE_STRING >::istreambuf_iterator

Definition at line 37 of file type_convert.hpp.

template<class FILE_STRING>
typedef std::ofstream sig::impl::FStreamSelector< FILE_STRING >::ofstream

Definition at line 34 of file type_convert.hpp.

template<class FILE_STRING>
typedef std::ostreambuf_iterator<char> sig::impl::FStreamSelector< FILE_STRING >::ostreambuf_iterator

Definition at line 36 of file type_convert.hpp.


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