Public Types | Public Member Functions | Public Attributes | List of all members
ExpressionParser::ExprToken Class Reference

Class representing a token within an expression. More...

Public Types

enum  Type {
  Unknown, Operator, Number, Identifier,
  Literal
}
 

Public Member Functions

 ExprToken ()
 

Public Attributes

Type type
 
int num
 
QCString id
 
Operator::Type op
 

Detailed Description

Class representing a token within an expression.

Definition at line 1702 of file template.cpp.

Member Enumeration Documentation

Constructor & Destructor Documentation

ExpressionParser::ExprToken::ExprToken ( )
inline

Member Data Documentation

QCString ExpressionParser::ExprToken::id

Definition at line 1715 of file template.cpp.

int ExpressionParser::ExprToken::num

Definition at line 1714 of file template.cpp.

Operator::Type ExpressionParser::ExprToken::op

Definition at line 1716 of file template.cpp.

Type ExpressionParser::ExprToken::type

Definition at line 1713 of file template.cpp.


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