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.
§ iterator
typedef boost::range_iterator<InputRange const>::type iterator |
Definition at line 71 of file dictionary_arg_stream.hpp.
§ range_type
typedef InputRange range_type |
Definition at line 70 of file dictionary_arg_stream.hpp.
Constructor & Destructor Documentation
§ dictionary_arg_stream_base()
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
§ eof()
bool eof | ( | ) | const |
Definition at line 82 of file dictionary_arg_stream.hpp.
§ reset()
void reset | ( | ) |
Definition at line 95 of file dictionary_arg_stream.hpp.
§ throw_if_eof()
void throw_if_eof | ( | ) | const |
Definition at line 87 of file dictionary_arg_stream.hpp.
Member Data Documentation
§ curr
iterator curr |
Definition at line 75 of file dictionary_arg_stream.hpp.
§ dict
dictionary_type dict |
Definition at line 73 of file dictionary_arg_stream.hpp.
§ range
range_type range |
Definition at line 74 of file dictionary_arg_stream.hpp.