Classes |
struct | aligned_storage< T > |
class | auto_ptr< X, Traits > |
| The adobe::auto_ptr<> template adds a number of extensions to std::auto_ptr<> . More...
|
class | auto_resource< X, Traits > |
| The template class auto_resource< X, Traits > provides similar functionality to auto_ptr for resources for which the pointer is opaque refered to by a non-pointer type. More...
|
class | capture_allocator< T > |
class | capture_allocator< void > |
struct | delete_ptr_trait< T * > |
struct | delete_ptr_trait< T(*)[]> |
struct | empty_ptr< T * > |
struct | empty_ptr< T(*)[]> |
struct | new_delete_t |
struct | ptr_traits< auto_ptr< T, Traits > > |
struct | ptr_traits< auto_resource< T, Traits > > |
struct | ptr_traits< std::auto_ptr< T > > |
struct | ptr_traits< T * > |
| This section defines requirements on classes representing pointer traits. The template class ptr_traits< ptrT > is defined along with several specializations. More...
|
struct | ptr_traits< T(*)[]> |
struct | runtime_cast_t< R, auto_ptr< T, Traits > > |
struct | runtime_cast_t< R, auto_resource< T, Traits > > |
struct | runtime_cast_t< R, std::auto_ptr< T > > |
Variables |
const new_delete_t | local_new_delete_g |
Detailed Description
Augments the functionality of <memory>
Variable Documentation
const new_delete_t local_new_delete_g |