The base class gets derived by every class in the namespace tile::*. Never instance this class and derived classes without a shared pointer. More...
#include <base.hpp>
Public Types | |
typedef sharedPointer< classType > | pointer |
![]() | |
typedef std::enable_shared_from_this < classType > | t_base |
typedef blub::sharedPointer < classType const > | t_thisPtrConst |
typedef blub::sharedPointer < classType > | t_thisPtr |
Protected Member Functions | |
base () | |
base constrcutor. | |
Additional Inherited Members | |
![]() | |
t_thisPtrConst | getSharedThisPtr () const |
t_thisPtr | getSharedThisPtr () |
The base class gets derived by every class in the namespace tile::*. Never instance this class and derived classes without a shared pointer.