![]() |
Protium
Math and Design Features
|
#include <Function.h>
Private Member Functions | |
| FunctionPrototype () | |
| virtual | ~FunctionPrototype () |
| YType | Eval (const XType &x) |
| void | Set (const XType &x, const YType &y)=0 |
Private Attributes | |
| std::map< XType, YType > | fComponents |
Definition at line 11 of file Function.h.
|
inlineprivate |
Definition at line 14 of file Function.h.
|
inlineprivatevirtual |
Definition at line 15 of file Function.h.
|
private |
|
privatepure virtual |
|
private |
Definition at line 12 of file Function.h.