Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::unit_test::ut_detail::delim_policy< CharT, CharCompare > Class Template Reference

#include <token_iterator.hpp>

Inheritance diagram for boost::unit_test::ut_detail::delim_policy< CharT, CharCompare >:

Public Member Functions

 delim_policy (ti_delimeter_type t=dt_char, cstring d=cstring())
 
void set_delimeters (ti_delimeter_type t)
 
template<typename Src >
void set_delimeters (Src d)
 
bool operator() (CharT c)
 

Constructor & Destructor Documentation

template<typename CharT, typename CharCompare>
boost::unit_test::ut_detail::delim_policy< CharT, CharCompare >::delim_policy ( ti_delimeter_type  t = dt_char,
cstring  d = cstring() 
)
inlineexplicit

Member Function Documentation

template<typename CharT, typename CharCompare>
bool boost::unit_test::ut_detail::delim_policy< CharT, CharCompare >::operator() ( CharT  c)
inline
template<typename CharT, typename CharCompare>
template<typename Src >
void boost::unit_test::ut_detail::delim_policy< CharT, CharCompare >::set_delimeters ( Src  d)
inline

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