STK++ 0.9.13
STK::TRef< ref_ > Struct Template Reference

Base class for all referencing containers. More...

Detailed Description

template<int ref_>
struct STK::TRef< ref_ >

Base class for all referencing containers.

The TRef class is the base class for all containers that can be referenced. If a container is derived from this class, then this container can be a reference (a wrapper) on an other container. A container R is a reference of the container A, if it wrap the data contained in A. In this case, the boolean ref_ is true.

Definition at line 55 of file STK_IContainerRef.h.


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