#include <STK_IContainerBase.h>
Public Member Functions | |
| virtual | ~IContainerBase () |
| Container & | asLeaf () |
| const Container & | asLeaf () const |
Protected Member Functions | |
| IContainerBase () | |
Container is the type of the leaf class that implements IContainerBase.
Definition at line 67 of file STK_IContainerBase.h.
| STK::IContainerBase< Container >::IContainerBase | ( | ) | [inline, protected] |
| virtual STK::IContainerBase< Container >::~IContainerBase | ( | ) | [inline, virtual] |
| Container& STK::IContainerBase< Container >::asLeaf | ( | ) | [inline] |
static cast : return a reference of this with a cast to the derived class. This allow to delegate public methods to derived classes.
Definition at line 86 of file STK_IContainerBase.h.
| const Container& STK::IContainerBase< Container >::asLeaf | ( | ) | const [inline] |
static cast : return a const reference of this with a cast to the derived class. This allow to delegate public method to derived classes.
Definition at line 93 of file STK_IContainerBase.h.
1.5.8