#include <parser_utils.hpp>
Public Member Functions | |
| concat_string (std::ostream &out_) | |
| template<typename IteratorT> | |
| void | operator() (IteratorT first, IteratorT last) const |
| template<typename IteratorT> | |
| void | operator() (IteratorT single) const |
Private Attributes | |
| std::ostream & | out |
Definition at line 124 of file parser_utils.hpp.
| iobind::parser::detail::concat_string::concat_string | ( | std::ostream & | out_ | ) | [inline] |
Definition at line 129 of file parser_utils.hpp.
| void iobind::parser::detail::concat_string::operator() | ( | IteratorT | first, | |
| IteratorT | last | |||
| ) | const [inline] |
| void iobind::parser::detail::concat_string::operator() | ( | IteratorT | single | ) | const [inline] |
std::ostream& iobind::parser::detail::concat_string::out [private] |
1.5.3