|
libSBML C++ API
5.20.5
|
Abstract Syntax Tree (AST) for representing formula trees. More...
Classes | |
| class | ASTNode |
Typedefs | |
| typedef int(* | ASTNodePredicate) (const ASTNode_t *node) |
| Function signature for use with ASTNode::fillListOfNodes() and ASTNode::getListOfNodes() | |
Functions | |
| void | printNodeLevels (LIBSBML_CPP_NAMESPACE_QUALIFIER ASTNodeLevels &vector_pairs) |
Abstract Syntax Tree (AST) for representing formula trees.
| ASTNodePredicate |
Function signature for use with ASTNode::fillListOfNodes() and ASTNode::getListOfNodes()
A pointer to a function that takes an ASTNode and returns true (nonzero) or false (0)
| void printNodeLevels | ( | LIBSBML_CPP_NAMESPACE_QUALIFIER ASTNodeLevels & | vector_pairs | ) |