Pigweed
 
Loading...
Searching...
No Matches
pw::allocator::internal::Owned< T > Class Template Reference

#include <bump_allocator.h>

Inheritance diagram for pw::allocator::internal::Owned< T >:
pw::allocator::internal::GenericOwned

Public Member Functions

void set_object (T *object)
 
- Public Member Functions inherited from pw::allocator::internal::GenericOwned
void set_next (GenericOwned *next)
 
void Destroy ()
 

Detailed Description

template<typename T>
class pw::allocator::internal::Owned< T >

Wrapper class that invokes an object's destructor when a BumpAllocator is destroyed.

Member Function Documentation

◆ DoDestroy()

template<typename T >
void pw::allocator::internal::Owned< T >::DoDestroy ( )
inlineoverrideprivatevirtual

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