Public Types | Public Member Functions | Static Public Member Functions

__gnu_cxx::throw_allocator_base< _Tp, _Cond > Class Template Reference
[Allocators]

Allocator class with logging and exception generation control. Intended to be used as an allocator_type in templatized code.Note: Deallocate not allowed to throw. More...

Inheritance diagram for __gnu_cxx::throw_allocator_base< _Tp, _Cond >:
Inheritance graph
[legend]

List of all members.

Public Types

Public Member Functions

Static Public Member Functions


Detailed Description

template<typename _Tp, typename _Cond>
class __gnu_cxx::throw_allocator_base< _Tp, _Cond >

Allocator class with logging and exception generation control. Intended to be used as an allocator_type in templatized code.

Note: Deallocate not allowed to throw.

Definition at line 600 of file throw_allocator.h.


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