#include <parser_utils.hpp>
Public Member Functions | |
| concat_pre_post_symbol (std::ostream &out_, std::string const &pre_, std::string const &post_) | |
| void | operator() (std::string const &str_) const |
Private Attributes | |
| std::ostream & | m_out |
| std::string | m_pre |
| std::string | m_post |
Definition at line 167 of file parser_utils.hpp.
| iobind::parser::detail::concat_pre_post_symbol::concat_pre_post_symbol | ( | std::ostream & | out_, | |
| std::string const & | pre_, | |||
| std::string const & | post_ | |||
| ) | [inline] |
Definition at line 172 of file parser_utils.hpp.
| void iobind::parser::detail::concat_pre_post_symbol::operator() | ( | std::string const & | str_ | ) | const [inline] |
std::ostream& iobind::parser::detail::concat_pre_post_symbol::m_out [private] |
std::string iobind::parser::detail::concat_pre_post_symbol::m_pre [private] |
std::string iobind::parser::detail::concat_pre_post_symbol::m_post [private] |
1.5.3