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