|
STK++ 1.0
|
In this file we define the proxy classes for wrapping the STKpp fundamental types. More...

Go to the source code of this file.
Classes | |
| struct | STK::IProxy |
| The IProxy classes is an interface class for wrapping the fundamental types. More... | |
| class | STK::ConstProxy< TYPE > |
The ConstProxy class allow to surdefine operators and methods for every kind of constant class and type without using dynamic_cast. More... | |
| class | STK::Proxy< TYPE > |
| The Proxy classe allow to surdefine operators and methods for every kind of class without using dynamic_cast. More... | |
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
In this file we define the proxy classes for wrapping the STKpp fundamental types.
Definition in file STK_Proxy.h.