Public Member Functions

YAPET::UI::secallocator< T > Class Template Reference

Memory clearing allocator. More...

#include <secstring.h>

Inheritance diagram for YAPET::UI::secallocator< T >:
Inheritance graph
[legend]
Collaboration diagram for YAPET::UI::secallocator< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void deallocate (typename std::allocator< T >::pointer p, typename std::allocator< T >::size_type n)

Detailed Description

template<class T>
class YAPET::UI::secallocator< T >

This template implements a deallocate method which zero'es out the memory released.

Definition at line 60 of file secstring.h.


Member Function Documentation

template<class T >
void YAPET::UI::secallocator< T >::deallocate ( typename std::allocator< T >::pointer  p,
typename std::allocator< T >::size_type  n 
) [inline]

Definition at line 62 of file secstring.h.


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