Bond 0.9
C++ Bond Runtime Library API Documentation
Loading...
Searching...
No Matches
Bond::Allocator::ObjectHandle< T > Class Template Reference

An owning object handle that derives from unique_ptr that destroys an object using an ObjectDeallocator rather than std::default_delete when it goes out of scope. More...

#include <bond/systems/allocator.h>

Inheritance diagram for Bond::Allocator::ObjectHandle< T >:

Public Member Functions

 ObjectHandle (Allocator *allocator=nullptr, T *ptr=nullptr)
 
 ObjectHandle (Allocator &allocator, T *ptr=nullptr)
 
 ObjectHandle (ObjectHandle &&other)
 
ObjectHandleoperator= (ObjectHandle &&other)
 
template<typename U >
 operator ObjectHandle< U > () &&
 

Detailed Description

template<typename T>
class Bond::Allocator::ObjectHandle< T >

An owning object handle that derives from unique_ptr that destroys an object using an ObjectDeallocator rather than std::default_delete when it goes out of scope.

Constructor & Destructor Documentation

◆ ObjectHandle() [1/3]

template<typename T >
Bond::Allocator::ObjectHandle< T >::ObjectHandle ( Allocator allocator = nullptr,
T *  ptr = nullptr 
)
inline

◆ ObjectHandle() [2/3]

template<typename T >
Bond::Allocator::ObjectHandle< T >::ObjectHandle ( Allocator allocator,
T *  ptr = nullptr 
)
inline

◆ ObjectHandle() [3/3]

template<typename T >
Bond::Allocator::ObjectHandle< T >::ObjectHandle ( ObjectHandle< T > &&  other)
inline

Member Function Documentation

◆ operator ObjectHandle< U >()

template<typename T >
template<typename U >
Bond::Allocator::ObjectHandle< T >::operator ObjectHandle< U > ( ) &&
inline

◆ operator=()

template<typename T >
ObjectHandle & Bond::Allocator::ObjectHandle< T >::operator= ( ObjectHandle< T > &&  other)
inline

The documentation for this class was generated from the following file: