1 #ifndef ENABLESHAREDFROMTHIS_HPP
2 #define ENABLESHAREDFROMTHIS_HPP
4 #include "blub/core/sharedPointer.hpp"
13 template <
typename classType>
17 typedef std::enable_shared_from_this<classType> t_base;
21 t_thisPtrConst getSharedThisPtr()
const
25 t_thisPtr getSharedThisPtr()
35 #endif // ENABLESHAREDFROMTHIS_HPP
Definition: sharedPointer.hpp:12
Definition: enableSharedFromThis.hpp:14
Definition: deadlineTimer.hpp:10