|  | Home | Libraries | People | FAQ | More | 
Notation
PParser type
p,
          a,
          b,
          cParser objects
A,
          B,
          C
              Attribute types of parsers a,
              b and c
            
IThe iterator type used for parsing
Unused
              An unused_type
            
Context
              The enclosing rule's Context
              type
            
attribAn attribute value
AttribAn attribute type
bA boolean expression
fp
              A (lazy parser) function with signature P(Unused, Context)
            
fa
              A (semantic action) function with signature void(Context&).
            
firstAn iterator pointing to the start of input
lastAn iterator pointing to the end of input
ChCharacter-class specific character type (See Character Class Types)
chCharacter-class specific character (See Character Class Types)
ch2Character-class specific character (See Character Class Types)
charsetCharacter-set specifier string (example: "a-z0-9")
strCharacter-class specific string (See Character Class Types)
Str
              Attribute of str:
              std::basic_string<T>
              where T is the underlying
              character type of str
            
tuple<>Used as a placeholder for a fusion sequence
vector<>Used as a placeholder for an STL container
variant<>Used as a placeholder for a boost::variant
optional<>Used as a placeholder for a boost::optional