omni::smart_ptr_safe
NAME

omni::smart_ptr_safe

A class of omni

#include <omni/smart_ptr.hpp>

MEMBERS

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->()
omni::smart_ptr_safe::val
omni::smart_ptr_safe::pointer_t

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top