capture_allocator< void > Class Template Reference |
Classes | |
struct | rebind |
Public Types | |
typedef const void * | const_pointer |
typedef void | value_type |
Public Attributes | |
void * | pointer |
Friends | |
bool | operator!= (const capture_allocator &, const capture_allocator &) |
bool | operator== (const capture_allocator &, const capture_allocator &) |
Detailed Description
template<>
class adobe::version_1::capture_allocator< void >
Definition at line 675 of file memory.hpp.
Member Typedef Documentation
typedef const void* const_pointer |
Definition at line 679 of file memory.hpp.
typedef void value_type |
Definition at line 680 of file memory.hpp.
Friends And Related Function Documentation
bool operator!= | ( | const capture_allocator< void > & | , |
const capture_allocator< void > & | |||
) | [friend] |
Definition at line 686 of file memory.hpp.
bool operator== | ( | const capture_allocator< void > & | , |
const capture_allocator< void > & | |||
) | [friend] |
Definition at line 683 of file memory.hpp.
Member Data Documentation
void* pointer |
Definition at line 678 of file memory.hpp.