#include <operators.hpp>
Public Types | |
typedef void | result_type |
Public Member Functions | |
utree_print (std::ostream &out) | |
void | operator() (utree::invalid_type) const |
void | operator() (utree::nil_type) const |
template<typename T > | |
void | operator() (T val) const |
void | operator() (bool b) const |
void | operator() (binary_range_type const &b) const |
void | operator() (utf8_string_range_type const &str) const |
void | operator() (utf8_symbol_range_type const &str) const |
template<typename Iterator > | |
void | operator() (boost::iterator_range< Iterator > const &range) const |
void | operator() (any_ptr const &) const |
void | operator() (function_base const &) const |
Public Attributes | |
std::ostream & | out |
typedef void boost::spirit::utree_print::result_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::spirit::x3::hex, and boost::multiprecision::backends::i.
|
inline |
References boost::multiprecision::backends::i.
|
inline |
References boost::multiprecision::backends::i.
|
inline |
References boost::iterator_range_detail::iterator_range_base< IteratorT, BOOST_DEDUCED_TYPENAME iterator_range_detail::pure_iterator_traversal< IteratorT >::type >::begin(), boost::iterator_range_detail::iterator_range_base< IteratorT, BOOST_DEDUCED_TYPENAME iterator_range_detail::pure_iterator_traversal< IteratorT >::type >::end(), boost::multiprecision::backends::i, and boost::spirit::utree::visit().
|
inline |
|
inline |
std::ostream& boost::spirit::utree_print::out |