STK++ 1.0
STK_Proxy.h File Reference

In this file we define the proxy classes for wrapping the STKpp fundamental types. More...

This graph shows which files directly or indirectly include this file:

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.



Detailed Description

In this file we define the proxy classes for wrapping the STKpp fundamental types.

Definition in file STK_Proxy.h.