#include <mathexpr.h>
Public Member Functions | |
RVar () | |
RVar (const RVar &) | |
RVar (const char *, float *) | |
~RVar () | |
Public Attributes | |
char * | name |
float * | pval |
Friends | |
int | operator== (const RVar &, const RVar &) |
Definition at line 54 of file mathexpr.h.
RVar::RVar | ( | ) | [inline] |
RVar::RVar | ( | const RVar & | rvarp | ) |
RVar::RVar | ( | const char * | namep, | |
float * | pvalp | |||
) |
RVar::~RVar | ( | ) |
char* RVar::name |
Definition at line 56 of file mathexpr.h.
Referenced by ROperation::ContainVar(), ROperation::Expr(), operator==(), RVar(), and ~RVar().
float* RVar::pval |
Definition at line 56 of file mathexpr.h.
Referenced by ROperation::ContainVar(), operator==(), ROperation::ROperation(), RVar(), and RFunction::Val().