omni::smart_ptr_safe
NAME

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

SYNOPSIS

No synopsis found.

top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top