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

#include <grammar_common.h>

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

Public Member Functions

 Len32 ()
 

Public Attributes

qi::rule< Iterator,
boost::uint_least32_t() > 
len32_rule
 

Detailed Description

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

Definition at line 625 of file grammar_common.h.

Constructor & Destructor Documentation

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

Definition at line 627 of file grammar_common.h.

627  : Len32::base_type(len32_rule, "Len32-bitefficient_grammar")
628  {
629  // boost::uint_least32_t
630  len32_rule = qi::dword [ label::_val = lazy_ntohl(label::_1) ];
631 
633  }
qi::rule< Iterator, boost::uint_least32_t() > len32_rule
#define FIPA_DEBUG_RULE(X)
phoenix::function< convertToNativeLongImpl > lazy_ntohl

Member Data Documentation

template<typename Iterator >
qi::rule<Iterator, boost::uint_least32_t() > acl::grammar::Len32< Iterator >::len32_rule

Definition at line 635 of file grammar_common.h.


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