Inheritance diagram for Swift::SafeAllocator< T >:
Collaboration diagram for Swift::SafeAllocator< T >:Classes | |
| struct | rebind |
Public Member Functions | |
| SafeAllocator () throw () | |
| SafeAllocator (const SafeAllocator &) throw () | |
| template<class U > | |
| SafeAllocator (const SafeAllocator< U > &) throw () | |
| ~SafeAllocator () throw () | |
| void | deallocate (T *p, size_t num) |
Definition at line 14 of file SafeAllocator.h.
| Swift::SafeAllocator< T >::SafeAllocator | ( | ) | throw () [inline] |
Definition at line 20 of file SafeAllocator.h.
| Swift::SafeAllocator< T >::SafeAllocator | ( | const SafeAllocator< T > & | ) | throw () [inline] |
Definition at line 21 of file SafeAllocator.h.
| Swift::SafeAllocator< T >::SafeAllocator | ( | const SafeAllocator< U > & | ) | throw () [inline] |
Definition at line 22 of file SafeAllocator.h.
| Swift::SafeAllocator< T >::~SafeAllocator | ( | ) | throw () [inline] |
Definition at line 23 of file SafeAllocator.h.
| void Swift::SafeAllocator< T >::deallocate | ( | T * | p, | |
| size_t | num | |||
| ) | [inline] |
Definition at line 25 of file SafeAllocator.h.
1.7.1