CMS 3D CMS Logo

Static Public Member Functions

BlockWipedAllocated< T > Class Template Reference

#include <BlockWipedAllocator.h>

List of all members.

Static Public Member Functions

static BlockWipedAllocatorallocator ()
static void operator delete (void *p)
static void * operator new (size_t)
static BlockWipedAllocator::Stat stat ()

Detailed Description

template<typename T>
class BlockWipedAllocated< T >

Definition at line 181 of file BlockWipedAllocator.h.


Member Function Documentation

template<typename T >
static BlockWipedAllocator& BlockWipedAllocated< T >::allocator ( ) [inline, static]
template<typename T >
static void BlockWipedAllocated< T >::operator delete ( void *  p) [inline, static]
template<typename T >
static void* BlockWipedAllocated< T >::operator new ( size_t  ) [inline, static]
template<typename T >
static BlockWipedAllocator::Stat BlockWipedAllocated< T >::stat ( ) [inline, static]

Definition at line 197 of file BlockWipedAllocator.h.

References BlockWipedAllocated< T >::allocator(), and BlockWipedAllocator::stat().

                                        {
    return allocator().stat();
  }