#include <mathexpr_c.h>
Public Member Functions | |
CVar (const CVar &) | |
CVar (const char *, double_complex *) | |
~CVar () | |
Public Attributes | |
char * | name |
double_complex * | pval |
Friends | |
int | operator== (const CVar &, const CVar &) |
Definition at line 61 of file mathexpr_c.h.
CVar::CVar | ( | const CVar & | rvarp | ) |
CVar::CVar | ( | const char * | namep, | |
double_complex * | pvalp | |||
) |
Definition at line 89 of file mathexpr_c.cpp.
References CopyStr(), double_complex, name, and pval.
00090 {pval=(double_complex*)pvalp;name=CopyStr(namep);}
CVar::~CVar | ( | ) |
char* CVar::name |
Definition at line 63 of file mathexpr_c.h.
Referenced by COperation::ContainVar(), CVar(), COperation::Expr(), operator==(), and ~CVar().
double_complex* CVar::pval |
Definition at line 63 of file mathexpr_c.h.
Referenced by COperation::ContainVar(), COperation::COperation(), CVar(), operator==(), and CFunction::Val().