#include <library.h>
Public Member Functions | |
| TFunction (const TFunction< T > &) | |
| TFunction (const std::string &AName, const std::string &AExprStr=std::string()) | |
| TFunction (const std::string &AName, const TNode< T > *AExprTree) | |
| T | call (const T &AParam, const TLibrary< T > &ALibrary, unsigned ALimit=64) const |
| void | name (const std::string &) |
| std::string | name () const |
| void | expression (const TNode< T > *ACopyOf) |
| void | expression (const std::string &AExprStr) |
| TNode< T > * | expression () const |
Definition at line 41 of file library.h.
1.3.2