STK++ 0.9.13
|
Base class for all referencing containers. More...
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.