SeExpression::Error Struct Reference

Represents a parse or type checking error in an expression. More...

#include <SeExpression.h>

List of all members.

Public Member Functions

 Error (const std::string &errorIn, const int startPosIn, const int endPosIn)

Public Attributes

std::string error
 Text of error.
int startPos
 Error start offset in expression string.
int endPos
 Error end offset in expression string.

Detailed Description

Represents a parse or type checking error in an expression.

Definition at line 77 of file SeExpression.h.


Constructor & Destructor Documentation

SeExpression::Error::Error ( const std::string &  errorIn,
const int  startPosIn,
const int  endPosIn 
) [inline]

Definition at line 88 of file SeExpression.h.


Member Data Documentation

Error end offset in expression string.

Definition at line 86 of file SeExpression.h.

Text of error.

Definition at line 80 of file SeExpression.h.

Error start offset in expression string.

Definition at line 83 of file SeExpression.h.


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

Generated on 25 Jul 2013 for SeExpr by  doxygen 1.6.1