Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#include <dictionary_arg_stream.hpp>
Public Types | |
typedef Dictionary | dictionary_type |
typedef InputRange | range_type |
typedef boost::range_iterator< InputRangeconst >::type | iterator |
Public Member Functions | |
dictionary_arg_stream_base (dictionary_type &d, range_type const &key_range) | |
bool | eof () const |
void | throw_if_eof () const |
void | reset () |
Public Attributes | |
dictionary_type | dict |
range_type | range |
iterator | curr |
Definition at line 51 of file dictionary_arg_stream.hpp.
typedef Dictionary dictionary_type |
Definition at line 52 of file dictionary_arg_stream.hpp.
typedef InputRange range_type |
Definition at line 53 of file dictionary_arg_stream.hpp.
typedef boost::range_iterator<InputRangeconst>::type iterator |
Definition at line 54 of file dictionary_arg_stream.hpp.
dictionary_arg_stream_base | ( | dictionary_type & | d, |
range_type const & | key_range ) |
Definition at line 60 of file dictionary_arg_stream.hpp.
bool eof | ( | ) | const |
Definition at line 63 of file dictionary_arg_stream.hpp.
void throw_if_eof | ( | ) | const |
Definition at line 65 of file dictionary_arg_stream.hpp.
void reset | ( | ) |
Definition at line 71 of file dictionary_arg_stream.hpp.
dictionary_type dict |
Definition at line 56 of file dictionary_arg_stream.hpp.
range_type range |
Definition at line 57 of file dictionary_arg_stream.hpp.
iterator curr |
Definition at line 58 of file dictionary_arg_stream.hpp.