omni::smart_ptr
NAME

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

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