Pyrogenesis  trunk
Public Types | Public Member Functions | Public Attributes | List of all members
json_spirit::Multi_pass_iters< Istream_type > Struct Template Reference

#include <json_spirit_reader_template.h>

Public Types

typedef Istream_type::char_type Char_type
 
typedef std::istream_iterator< Char_type, Char_typeistream_iter
 
typedef spirit_namespace::multi_pass< istream_iterMp_iter
 

Public Member Functions

 Multi_pass_iters (Istream_type &is)
 

Public Attributes

Mp_iter begin_
 
Mp_iter end_
 

Member Typedef Documentation

template<class Istream_type>
typedef Istream_type::char_type json_spirit::Multi_pass_iters< Istream_type >::Char_type
template<class Istream_type>
typedef std::istream_iterator< Char_type, Char_type > json_spirit::Multi_pass_iters< Istream_type >::istream_iter
template<class Istream_type>
typedef spirit_namespace::multi_pass< istream_iter > json_spirit::Multi_pass_iters< Istream_type >::Mp_iter

Constructor & Destructor Documentation

template<class Istream_type>
json_spirit::Multi_pass_iters< Istream_type >::Multi_pass_iters ( Istream_type &  is)
inline

Member Data Documentation

template<class Istream_type>
Mp_iter json_spirit::Multi_pass_iters< Istream_type >::begin_
template<class Istream_type>
Mp_iter json_spirit::Multi_pass_iters< Istream_type >::end_

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