Fabcoin Core  0.16.2
P2P Digital Currency
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_
 

Detailed Description

template<class Istream_type>
struct json_spirit::Multi_pass_iters< Istream_type >

Definition at line 577 of file json_spirit_reader_template.h.

Member Typedef Documentation

template<class Istream_type>
typedef Istream_type::char_type json_spirit::Multi_pass_iters< Istream_type >::Char_type

Definition at line 579 of file json_spirit_reader_template.h.

template<class Istream_type>
typedef std::istream_iterator< Char_type, Char_type > json_spirit::Multi_pass_iters< Istream_type >::istream_iter

Definition at line 580 of file json_spirit_reader_template.h.

template<class Istream_type>
typedef spirit_namespace::multi_pass< istream_iter > json_spirit::Multi_pass_iters< Istream_type >::Mp_iter

Definition at line 581 of file json_spirit_reader_template.h.

Constructor & Destructor Documentation

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

Definition at line 583 of file json_spirit_reader_template.h.

Member Data Documentation

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

Definition at line 591 of file json_spirit_reader_template.h.

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

Definition at line 592 of file json_spirit_reader_template.h.


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