copasi API
0.1
|
#include <ConverterASTNode.h>
Public Member Functions | |
ConverterASTNode () | |
void | setChildren (List *children) |
ASTNode * | removeChild (unsigned int index) |
ConverterASTNode (const ASTNode &templ) | |
Static Public Member Functions | |
static ASTNode * | shallowCopy (const ASTNode *pOrig) |
ConverterASTNode::ConverterASTNode | ( | ) |
Standard constructor.
Standard constructor
ConverterASTNode::ConverterASTNode | ( | const ASTNode & | templ | ) |
Constructor that makes a ConverterASTNode from an ASTNode.
ASTNode * ConverterASTNode::removeChild | ( | unsigned int | index | ) |
Removes a child from the list of children.
This function returns true if the node represents a user defined function.
void ConverterASTNode::setChildren | ( | List * | children | ) |
Sets the list of children to the one given as argument. The list is not copied.
Extension of the ASTNode class from libsbml. This class extends the original ASTNode by some functions to manipulate the children of a node. Sets the list of children to the one given as argument. The list is not copied.
ASTNode * ConverterASTNode::shallowCopy | ( | const ASTNode * | pOrig | ) | [static] |
This function returns true if the node represents a user defined function.
Constructor that makes a ConverterASTNode from an ASTNode.