omni::generic_ptr_safe

SYNOPSIS

No synopsis found.

#include <omni/generic_ptr.hpp>
omni::generic_ptr_safe::generic_ptr_safe()
omni::generic_ptr_safe::~generic_ptr_safe()
void omni::generic_ptr_safe::invalidate()
static generic_ptr_safe omni::generic_ptr_safe::null()
bool omni::generic_ptr_safe::valid()
omni::generic_ptr_safe::operator bool()
template < typename T > omni::generic_ptr_safe::operator const T *const()
omni::generic_ptr_safe::operator const void *const()
template < typename T > omni::generic_ptr_safe::operator T *const()
omni::generic_ptr_safe::operator void *const()
bool omni::generic_ptr_safe::operator!()
bool omni::generic_ptr_safe::operator!=(const generic_ptr_safe& o)
generic_ptr_safe& omni::generic_ptr_safe::operator=(const generic_ptr_safe& o)
bool omni::generic_ptr_safe::operator==(const generic_ptr_safe& o)


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