Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
chain 2 arg_streams together by calling the first stream until depleted, then calling the second. More...
#include <arg_stream.hpp>
Public Types | |
typedef ArgStreamFirst | first_type |
typedef ArgStreamSecond | second_type |
Public Member Functions | |
template<class ArgStream> | |
bool | eof (ArgStream *as) |
chain (ArgStreamFirst &first_stream, ArgStreamSecond &second_stream) | |
template<typename T> | |
T | get_next_arg () |
bool | eof () const |
Public Attributes | |
ArgStreamFirst * | first |
ArgStreamSecond * | second |
Definition at line 306 of file arg_stream.hpp.
typedef ArgStreamFirst first_type |
Definition at line 312 of file arg_stream.hpp.
typedef ArgStreamSecond second_type |
Definition at line 313 of file arg_stream.hpp.
chain | ( | ArgStreamFirst & | first_stream, |
ArgStreamSecond & | second_stream ) |
Definition at line 317 of file arg_stream.hpp.
bool eof | ( | ArgStream * | as | ) |
Definition at line 308 of file arg_stream.hpp.
T get_next_arg | ( | ) |
Definition at line 321 of file arg_stream.hpp.
bool eof | ( | ) | const |
Definition at line 333 of file arg_stream.hpp.
ArgStreamFirst* first |
Definition at line 314 of file arg_stream.hpp.
ArgStreamSecond* second |
Definition at line 315 of file arg_stream.hpp.