Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::wave::grammars::impl::store_found_eoltokens< ContainerT > Struct Template Reference

#include <cpp_grammar.hpp>

Public Member Functions

 store_found_eoltokens (ContainerT &found_eoltokens_)
 
template<typename IteratorT >
void operator() (IteratorT const &first, IteratorT const &last) const
 

Public Attributes

ContainerT & found_eoltokens
 

Constructor & Destructor Documentation

template<typename ContainerT >
boost::wave::grammars::impl::store_found_eoltokens< ContainerT >::store_found_eoltokens ( ContainerT &  found_eoltokens_)
inline

Member Function Documentation

template<typename ContainerT >
template<typename IteratorT >
void boost::wave::grammars::impl::store_found_eoltokens< ContainerT >::operator() ( IteratorT const &  first,
IteratorT const &  last 
) const
inline

Member Data Documentation

template<typename ContainerT >
ContainerT& boost::wave::grammars::impl::store_found_eoltokens< ContainerT >::found_eoltokens

The documentation for this struct was generated from the following file: