dictionary_arg_stream_base< Dictionary, InputRange, NoThrow > Struct Template Reference
Detailed Descriptiontemplate<typename Dictionary, typename InputRange, typename NoThrow = void>
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef Dictionary dictionary_type |
Definition at line 69 of file dictionary_arg_stream.hpp.
| typedef boost::range_iterator<InputRange const>::type iterator |
Definition at line 71 of file dictionary_arg_stream.hpp.
| typedef InputRange range_type |
Definition at line 70 of file dictionary_arg_stream.hpp.
Constructor & Destructor Documentation
| dictionary_arg_stream_base | ( | dictionary_type & | d, |
| range_type const & | key_range | ||
| ) |
Definition at line 77 of file dictionary_arg_stream.hpp.
Member Function Documentation
| bool eof | ( | ) | const |
Definition at line 82 of file dictionary_arg_stream.hpp.
| void reset | ( | ) |
Definition at line 95 of file dictionary_arg_stream.hpp.
| void throw_if_eof | ( | ) | const |
Definition at line 87 of file dictionary_arg_stream.hpp.
Member Data Documentation
Definition at line 75 of file dictionary_arg_stream.hpp.
Definition at line 73 of file dictionary_arg_stream.hpp.
Definition at line 74 of file dictionary_arg_stream.hpp.

