MathTypeLibrary(libmath++) 0.0.3
Public Member Functions
math::TFunction< T > Class Template Reference

#include <library.h>

List of all members.

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)
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

Detailed Description

template<typename T>
class math::TFunction< T >

TFunction<> is used for multiple function management as done by TLibrary<>.

Definition at line 41 of file library.h.


The documentation for this class was generated from the following file: