fipa_acl  1.4
Public Member Functions | Public Attributes | List of all members
EndOfCollection< Iterator > Struct Template Reference

#include <grammar_bitefficient.h>

Inherits grammar< Iterator, qi::unused_type >.

Public Member Functions

 EndOfCollection ()
 

Public Attributes

qi::rule< Iterator,
qi::unused_type > 
eof_collection_rule
 

Detailed Description

template<typename Iterator>
struct EndOfCollection< Iterator >

Definition at line 64 of file grammar_bitefficient.h.

Constructor & Destructor Documentation

template<typename Iterator >
EndOfCollection< Iterator >::EndOfCollection ( )
inline

Definition at line 66 of file grammar_bitefficient.h.

66  : EndOfCollection::base_type(eof_collection_rule, "EndOfCollection-bitefficient_grammar")
67  {
68  eof_collection_rule = qi::byte_(0x01);
69 
71  }
qi::rule< Iterator, qi::unused_type > eof_collection_rule
#define FIPA_DEBUG_RULE(X)

Member Data Documentation

template<typename Iterator >
qi::rule<Iterator, qi::unused_type> EndOfCollection< Iterator >::eof_collection_rule

Definition at line 73 of file grammar_bitefficient.h.


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