fipa_acl  1.4
Public Member Functions | Public Attributes | List of all members
acl::grammar::Len16< Iterator > Struct Template Reference

#include <grammar_common.h>

Inherits grammar< Iterator, boost::uint_least16_t()>.

Public Member Functions

 Len16 ()
 

Public Attributes

qi::rule< Iterator,
boost::uint_least16_t() > 
len16_rule
 

Detailed Description

template<typename Iterator>
struct acl::grammar::Len16< Iterator >

Definition at line 611 of file grammar_common.h.

Constructor & Destructor Documentation

template<typename Iterator >
acl::grammar::Len16< Iterator >::Len16 ( )
inline

Definition at line 613 of file grammar_common.h.

613  : Len16::base_type(len16_rule, "Len16-bitefficient_grammar")
614  {
615  // boost::uint_least16_t
616  len16_rule = qi::word [ label::_val = lazy_ntohs(label::_1) ];
617 
619  }
phoenix::function< convertToNativeShortImpl > lazy_ntohs
#define FIPA_DEBUG_RULE(X)
qi::rule< Iterator, boost::uint_least16_t() > len16_rule

Member Data Documentation

template<typename Iterator >
qi::rule<Iterator, boost::uint_least16_t() > acl::grammar::Len16< Iterator >::len16_rule

Definition at line 621 of file grammar_common.h.


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