Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
VuoMathExpressionErrorInternal Class Reference

Description

C++ implementation of opaque C type VuoMathExpressionError.

Public Member Functions

 VuoMathExpressionErrorInternal (const mu::ParserError &error)
 Creates an error object copied from the muParser error.
 
 VuoMathExpressionErrorInternal (const string &message)
 Creates an error object with the given description.
 
 VuoMathExpressionErrorInternal (const char *message)
 Creates an error object with the given description.
 

Public Attributes

string message
 A description of the error.
 
vector< unsigned long > expressionIndices
 Indices of the math expressions causing the error.
 

Constructor & Destructor Documentation

VuoMathExpressionErrorInternal::VuoMathExpressionErrorInternal ( const mu::ParserError &  error)
inline

Creates an error object copied from the muParser error.

VuoMathExpressionErrorInternal::VuoMathExpressionErrorInternal ( const string &  message)
inline

Creates an error object with the given description.

VuoMathExpressionErrorInternal::VuoMathExpressionErrorInternal ( const char *  message)
inline

Creates an error object with the given description.

Member Data Documentation

vector<unsigned long> VuoMathExpressionErrorInternal::expressionIndices

Indices of the math expressions causing the error.

string VuoMathExpressionErrorInternal::message

A description of the error.


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