Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::re_detail::concrete_protected_call< T > Class Template Reference

#include <protected_call.hpp>

Inheritance diagram for boost::re_detail::concrete_protected_call< T >:
Collaboration diagram for boost::re_detail::concrete_protected_call< T >:

Public Types

typedef bool(T::* proc_type )()
 

Public Member Functions

 concrete_protected_call (T *o, proc_type p)
 
bool BOOST_REGEX_CALL execute () const
 

Member Typedef Documentation

template<class T >
typedef bool(T::* boost::re_detail::concrete_protected_call< T >::proc_type)()

Constructor & Destructor Documentation

template<class T >
boost::re_detail::concrete_protected_call< T >::concrete_protected_call ( T o,
proc_type  p 
)
inline

Member Function Documentation

bool BOOST_REGEX_CALL boost::re_detail::abstract_protected_call::execute ( ) const
inherited

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