![]() |
#include <smart_ptr.hpp>
Inheritance diagram for smart_ptr_base:

Definition at line 993 of file smart_ptr.hpp.
Protected Types | |
| typedef T *(* | clone_fct_Type )(const T *, bool, void *, ALLOCATOR_POLICY *, void *) |
Protected Member Functions | |
| smart_ptr_base (T *type, clone_fct_Type clone_fct) | |
| ~smart_ptr_base () throw () | |
Protected Attributes | |
| T * | m_type |
| clone_fct_Type | m_clone_fct |
1.4.6.Axter [Axter-Extended-Version]