omni::smart_ptr
NAME

omni::smart_ptr

A class of omni

#include <omni/smart_ptr.hpp>
class omni::smart_ptr

MEMBERS

omni::smart_ptr::smart_ptr()
omni::smart_ptr::~smart_ptr()
size_type omni::smart_ptr::count()
static inline smart_ptr omni::smart_ptr::get_instance_reference(pointer_t* val)
uint64_t omni::smart_ptr::hash()
smart_ptr& omni::smart_ptr::reset()
uint64_t omni::smart_ptr::type()
bool omni::smart_ptr::valid()
T* omni::smart_ptr::value()
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*()
pointer_t* omni::smart_ptr::operator->()
smart_ptr& omni::smart_ptr::operator=(const smart_ptr< T >& val)
bool omni::smart_ptr::operator==(const smart_ptr< T >& val)
omni::smart_ptr::disposing
omni::smart_ptr::name
omni::smart_ptr::pointer_t
omni::smart_ptr::size_type

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top