Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T > Struct Template Reference

#include <common_fwd.hpp>

Collaboration diagram for boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T >:

Public Member Functions

 tree_parse_info ()
 
template<typename IteratorT2 >
 tree_parse_info (tree_parse_info< IteratorT2 > const &pi)
 
 tree_parse_info (IteratorT stop_, bool match_, bool full_, std::size_t length_, typename tree_match< IteratorT, NodeFactoryT, T >::container_t trees_)
 

Public Attributes

IteratorT stop
 
bool match
 
bool full
 
std::size_t length
 
tree_match< IteratorT,
NodeFactoryT, T >::container_t 
trees
 

Constructor & Destructor Documentation

template<typename IteratorT, typename NodeFactoryT, typename T >
boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T >::tree_parse_info ( )
inline
template<typename IteratorT, typename NodeFactoryT, typename T >
template<typename IteratorT2 >
boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T >::tree_parse_info ( tree_parse_info< IteratorT2 > const &  pi)
inline
template<typename IteratorT, typename NodeFactoryT, typename T >
boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T >::tree_parse_info ( IteratorT  stop_,
bool  match_,
bool  full_,
std::size_t  length_,
typename tree_match< IteratorT, NodeFactoryT, T >::container_t  trees_ 
)
inline

Member Data Documentation

template<typename IteratorT, typename NodeFactoryT, typename T >
bool boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T >::full
template<typename IteratorT, typename NodeFactoryT, typename T >
std::size_t boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T >::length
template<typename IteratorT, typename NodeFactoryT, typename T >
bool boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T >::match
template<typename IteratorT, typename NodeFactoryT, typename T >
IteratorT boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T >::stop
template<typename IteratorT, typename NodeFactoryT, typename T >
tree_match<IteratorT, NodeFactoryT, T>::container_t boost::spirit::tree_parse_info< IteratorT, NodeFactoryT, T >::trees

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