NAME
A class of omni
omni::smart_ptr_safe
A class of omni
#include <omni/smart_ptr.hpp>
smart_ptr_safe
omni::smart_ptr_safe::smart_ptr_safe(const smart_ptr_safe<T>& cp)
omni::smart_ptr_safe::~smart_ptr_safe()
bool omni::smart_ptr_safe::valid()
omni::smart_ptr_safe::operator bool()
bool omni::smart_ptr_safe::operator!()
bool omni::smart_ptr_safe::operator!=(const smart_ptr_safe< T >& val)
pointer_t& omni::smart_ptr_safe::operator*()
smart_ptr_safe<T>& omni::smart_ptr_safe::operator=(const smart_ptr_safe<T>& val)
bool omni::smart_ptr_safe::operator==(const smart_ptr_safe< T >& val)
pointer_t* omni::smart_ptr_safe::operator->()
explicit smart_ptr_safe(pointer_t omni::smart_ptr_safe::*val()
typedef T omni::smart_ptr_safe::pointer_t