addChild(CCopasiNode< Data > *pChild, CCopasiNode< Data > *pAfter=NULL) | CCopasiNode< std::string > | inlinevirtual |
addChildren(const std::vector< CEvaluationNode * > &children) | CEvaluationNode | |
addSibling(CCopasiNode< Data > *pSibling, CCopasiNode< Data > *pAfter=NULL) | CCopasiNode< std::string > | inline |
buildBerkeleyMadonnaString() const | CEvaluationNode | |
buildCCodeString() const | CEvaluationNode | |
buildDisplayString() const | CEvaluationNode | |
buildInfix() const | CEvaluationNode | |
buildMMLString(bool expand, const std::vector< std::vector< std::string > > &variables) const | CEvaluationNode | |
buildXPPString() const | CEvaluationNode | |
calculate() | CEvaluationNodeOperator | inlinevirtual |
CALL enum value | CEvaluationNode | |
CCopasiNode(CCopasiNode< Data > *pParent=NULL) | CCopasiNode< std::string > | inline |
CCopasiNode(const CCopasiNode< Data > &src) | CCopasiNode< std::string > | inline |
CCopasiNode(const Data &data, CCopasiNode< Data > *pParent=NULL) | CCopasiNode< std::string > | inline |
CEvaluationNode() | CEvaluationNode | |
CEvaluationNode(const Type &type, const Data &data) | CEvaluationNode | protected |
CEvaluationNode(const CEvaluationNode &src) | CEvaluationNode | |
CEvaluationNodeOperator() | CEvaluationNodeOperator | private |
CEvaluationNodeOperator(const SubType &subType, const Data &data) | CEvaluationNodeOperator | |
CEvaluationNodeOperator(const CEvaluationNodeOperator &src) | CEvaluationNodeOperator | |
CHOICE enum value | CEvaluationNode | |
compile(const CEvaluationTree *pTree) | CEvaluationNodeOperator | virtual |
CONSTANT enum value | CEvaluationNode | |
copyBranch() const | CEvaluationNode | |
copyNode(CEvaluationNode *child1, CEvaluationNode *child2) const | CEvaluationNode | |
copyNode(const std::vector< CEvaluationNode * > &children) const | CEvaluationNode | |
create(const Type &type, const Data &data) | CEvaluationNode | static |
createModuloTree(const CEvaluationNodeOperator *pNode, ASTNode *pASTNode, const CCopasiDataModel *pDataModel) const | CEvaluationNodeOperator | |
Data typedef | CCopasiNode< std::string > | |
DELAY enum value | CEvaluationNode | |
deleteChildren() | CCopasiNode< std::string > | inline |
DIVIDE enum value | CEvaluationNodeOperator | |
findTopMinus(const std::vector< CFunctionAnalyzer::CValue > &callParameters) const | CEvaluationNode | |
fromAST(const ASTNode *pASTNode, const std::vector< CEvaluationNode * > &children) | CEvaluationNodeOperator | static |
FUNCTION enum value | CEvaluationNode | |
getBerkeleyMadonnaString(const std::vector< std::string > &children) const | CEvaluationNodeOperator | virtual |
getCCodeString(const std::vector< std::string > &children) const | CEvaluationNodeOperator | virtual |
getChild() | CCopasiNode< std::string > | inline |
getChild() const | CCopasiNode< std::string > | inline |
getChild(const size_t &index) | CCopasiNode< std::string > | inline |
getChild(const size_t &index) const | CCopasiNode< std::string > | inline |
getData() const | CCopasiNode< std::string > | inlinevirtual |
getDisplayString(const std::vector< std::string > &children) const | CEvaluationNodeOperator | virtual |
getInfix(const std::vector< std::string > &children) const | CEvaluationNodeOperator | virtual |
getLeft() | CEvaluationNodeOperator | |
getLeft() const | CEvaluationNodeOperator | |
getMMLString(const std::vector< std::string > &children, bool expand, const std::vector< std::vector< std::string > > &variables) const | CEvaluationNodeOperator | virtual |
getNext() | CCopasiNode< std::string > | inline |
getNext() const | CCopasiNode< std::string > | inline |
getNextNonChild() | CCopasiNode< std::string > | inline |
getNextNonChild() const | CCopasiNode< std::string > | inline |
getNumChildren() const | CCopasiNode< std::string > | inline |
getParent() | CCopasiNode< std::string > | inline |
getParent() const | CCopasiNode< std::string > | inline |
getRight() | CEvaluationNodeOperator | |
getRight() const | CEvaluationNodeOperator | |
getSibling() | CCopasiNode< std::string > | inline |
getSibling() const | CCopasiNode< std::string > | inline |
getType() const | CEvaluationNode | |
getValue() const | CEvaluationNode | inline |
getValuePointer() const | CEvaluationNode | |
getXPPString(const std::vector< std::string > &children) const | CEvaluationNodeOperator | virtual |
INVALID enum value | CEvaluationNodeOperator | |
isBoolean() const | CEvaluationNode | virtual |
isKeyword(const std::string &str) | CEvaluationNode | static |
LOGICAL enum value | CEvaluationNode | |
mData | CCopasiNode< std::string > | protected |
MINUS enum value | CEvaluationNodeOperator | |
MODULUS enum value | CEvaluationNodeOperator | |
mpLeft | CEvaluationNodeOperator | private |
mPrecedence | CEvaluationNode | protected |
mpRight | CEvaluationNodeOperator | private |
mpValue | CEvaluationNode | protected |
mType | CEvaluationNode | protected |
MULTIPLY enum value | CEvaluationNodeOperator | |
MV_FUNCTION enum value | CEvaluationNode | |
mValue | CEvaluationNode | protected |
NUMBER enum value | CEvaluationNode | |
OBJECT enum value | CEvaluationNode | |
OPERATOR enum value | CEvaluationNode | |
operator!=(const CEvaluationNode &right) const | CEvaluationNode | virtual |
operator<(const CEvaluationNode &right) const | CEvaluationNode | |
operator<(const CEvaluationNode &rhs) | CEvaluationNode | |
operator==(const CEvaluationNode &right) const | CEvaluationNode | |
PLUS enum value | CEvaluationNodeOperator | |
POWER enum value | CEvaluationNodeOperator | |
printRecursively(std::ostream &os, int indent=0) const | CEvaluationNode | |
printRecursively() const | CEvaluationNode | |
removeChild(CCopasiNode< Data > *pChild) | CCopasiNode< std::string > | inlinevirtual |
setChild(CCopasiNode< Data > *pChild) | CCopasiNode< std::string > | inlineprotected |
setData(const Data &data) | CCopasiNode< std::string > | inlinevirtual |
setParent(CCopasiNode< Data > *pParent) | CCopasiNode< std::string > | inlineprotected |
setSibling(CCopasiNode< Data > *pSibling) | CCopasiNode< std::string > | inlineprotected |
simplifyNode(const std::vector< CEvaluationNode * > &children) const | CEvaluationNodeOperator | virtual |
splitBranch(const CEvaluationNode *splitnode, bool left) const | CEvaluationNode | |
STRUCTURE enum value | CEvaluationNode | |
subType(const Type &type) | CEvaluationNode | static |
SubType enum name | CEvaluationNodeOperator | |
toAST(const CCopasiDataModel *pDataModel) const | CEvaluationNodeOperator | virtual |
Type enum name | CEvaluationNode | |
type(const Type &type) | CEvaluationNode | static |
VARIABLE enum value | CEvaluationNode | |
VECTOR enum value | CEvaluationNode | |
WHITESPACE enum value | CEvaluationNode | |
~CCopasiNode() | CCopasiNode< std::string > | inlinevirtual |
~CEvaluationNode() | CEvaluationNode | virtual |
~CEvaluationNodeOperator() | CEvaluationNodeOperator | virtual |