#include <push_back_actor.hpp>
|
template<typename T , typename ValueT > |
void | act (T &ref_, ValueT const &value_) const |
|
template<typename T , typename IteratorT > |
void | act (T &ref_, IteratorT const &first_, IteratorT const &last_) const |
|
template<typename T , typename ValueT >
void boost::spirit::push_back_action::act |
( |
T & |
ref_, |
|
|
ValueT const & |
value_ |
|
) |
| const |
|
inline |
template<typename T , typename IteratorT >
void boost::spirit::push_back_action::act |
( |
T & |
ref_, |
|
|
IteratorT const & |
first_, |
|
|
IteratorT const & |
last_ |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: