copasi API  0.1
Public Member Functions | Static Public Member Functions
ConverterASTNode Class Reference

#include <ConverterASTNode.h>

List of all members.

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)

Constructor & Destructor Documentation

ConverterASTNode::ConverterASTNode ( )

Standard constructor.

Standard constructor

ConverterASTNode::ConverterASTNode ( const ASTNode &  templ)

Constructor that makes a ConverterASTNode from an ASTNode.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines