OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Static Private Attributes | List of all members
Pooled< T > Class Template Reference

#include <Pooled.h>

Collaboration diagram for Pooled< T >:
Collaboration graph
[legend]

Public Member Functions

void * operator new (size_t)
 
void operator delete (void *p, size_t)
 

Static Private Attributes

static Pool MyPool
 

Detailed Description

template<class T>
class Pooled< T >

Definition at line 20 of file Pooled.h.

Member Function Documentation

template<class T>
void Pooled< T >::operator delete ( void *  p,
size_t   
)
inline

Definition at line 33 of file Pooled.h.

template<class T>
void* Pooled< T >::operator new ( size_t  )
inline

Definition at line 30 of file Pooled.h.

Member Data Documentation

template<class T>
Pool Pooled< T >::MyPool
staticprivate

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