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

#include <tst_map.hpp>

Public Types

typedef Char char_type
 
typedef T value_type
 
typedef detail::tst_node< Char, Tnode
 

Public Member Functions

 tst_map ()
 
 ~tst_map ()
 
 tst_map (tst_map const &rhs)
 
tst_mapoperator= (tst_map const &rhs)
 
template<typename Iterator , typename Filter >
Tfind (Iterator &first, Iterator last, Filter filter) const
 
template<typename Iterator >
Tfind (Iterator &first, Iterator last) const
 
template<typename Iterator >
bool add (Iterator first, Iterator last, typename boost::call_traits< T >::param_type val)
 
template<typename Iterator >
void remove (Iterator first, Iterator last)
 
void clear ()
 
template<typename F >
void for_each (F f) const
 

Friends

struct detail::tst_node< Char, T >
 

Member Typedef Documentation

template<typename Char , typename T >
typedef Char boost::spirit::x3::tst_map< Char, T >::char_type
template<typename Char , typename T >
typedef detail::tst_node<Char, T> boost::spirit::x3::tst_map< Char, T >::node
template<typename Char , typename T >
typedef T boost::spirit::x3::tst_map< Char, T >::value_type

Constructor & Destructor Documentation

template<typename Char , typename T >
boost::spirit::x3::tst_map< Char, T >::tst_map ( )
inline
template<typename Char , typename T >
boost::spirit::x3::tst_map< Char, T >::~tst_map ( )
inline
template<typename Char , typename T >
boost::spirit::x3::tst_map< Char, T >::tst_map ( tst_map< Char, T > const &  rhs)
inline

Member Function Documentation

template<typename Char , typename T >
template<typename Iterator >
bool boost::spirit::x3::tst_map< Char, T >::add ( Iterator  first,
Iterator  last,
typename boost::call_traits< T >::param_type  val 
)
inline
template<typename Char , typename T >
void boost::spirit::x3::tst_map< Char, T >::clear ( void  )
inline
template<typename Char , typename T >
template<typename Iterator , typename Filter >
T* boost::spirit::x3::tst_map< Char, T >::find ( Iterator &  first,
Iterator  last,
Filter  filter 
) const
inline
template<typename Char , typename T >
template<typename Iterator >
T* boost::spirit::x3::tst_map< Char, T >::find ( Iterator &  first,
Iterator  last 
) const
inline
template<typename Char , typename T >
template<typename F >
void boost::spirit::x3::tst_map< Char, T >::for_each ( f) const
inline
template<typename Char , typename T >
tst_map& boost::spirit::x3::tst_map< Char, T >::operator= ( tst_map< Char, T > const &  rhs)
inline
template<typename Char , typename T >
template<typename Iterator >
void boost::spirit::x3::tst_map< Char, T >::remove ( Iterator  first,
Iterator  last 
)
inline

Friends And Related Function Documentation

template<typename Char , typename T >
friend struct detail::tst_node< Char, T >
friend

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