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

#include <no_actions.hpp>

Public Types

typedef scanner_policies
< typename
ScannerT::iteration_policy_t,
typename
ScannerT::match_policy_t,
typename
detail::compute_no_actions_action_policy
< typename
ScannerT::action_policy_t >
::type
policies_t
 
typedef
rebind_scanner_policies
< ScannerT, policies_t >::type 
type
 

Member Typedef Documentation

template<typename ScannerT = scanner<>>
typedef scanner_policies< typename ScannerT::iteration_policy_t, typename ScannerT::match_policy_t, typename detail::compute_no_actions_action_policy<typename ScannerT::action_policy_t>::type > boost::spirit::no_actions_scanner< ScannerT >::policies_t
template<typename ScannerT = scanner<>>
typedef rebind_scanner_policies<ScannerT, policies_t>::type boost::spirit::no_actions_scanner< ScannerT >::type

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