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

#include <grammar_common.h>

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

Public Member Functions

 Len8 ()
 

Public Attributes

qi::rule< Iterator,
boost::uint_least8_t() > 
len8_rule
 

Detailed Description

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

Definition at line 598 of file grammar_common.h.

Constructor & Destructor Documentation

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

Definition at line 600 of file grammar_common.h.

600  : Len8::base_type(len8_rule, "Len8-bitefficient_grammar")
601  {
602  len8_rule = qi::byte_;
603 
605  }
qi::rule< Iterator, boost::uint_least8_t() > len8_rule
#define FIPA_DEBUG_RULE(X)

Member Data Documentation

template<typename Iterator >
qi::rule<Iterator, boost::uint_least8_t() > acl::grammar::Len8< Iterator >::len8_rule

Definition at line 607 of file grammar_common.h.


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