NAME
A class of omni
MEMBERS
omni::smart_ptr
A class of omni
#include <omni/smart_ptr.hpp>MEMBERS
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->()
omni::smart_ptr::*val
omni::smart_ptr::pointer_t