library of assembled shared sources

http://lass.cocamware.com

lass::util::AllocatorNoThrow< Allocator > Class Template Reference
[Allocator]

#include <allocator.h>

Inheritance diagram for lass::util::AllocatorNoThrow< Allocator >:

Inheritance graph
[legend]
Collaboration diagram for lass::util::AllocatorNoThrow< Allocator >:

Collaboration graph
[legend]

Public Member Functions

 AllocatorNoThrow ()
 AllocatorNoThrow (size_t size)
void * allocate ()
void * allocate (size_t size)

Detailed Description

template<typename Allocator>
class lass::util::AllocatorNoThrow< Allocator >

Definition at line 641 of file allocator.h.


Constructor & Destructor Documentation

template<typename Allocator >
lass::util::AllocatorNoThrow< Allocator >::AllocatorNoThrow (  )  [inline]

Definition at line 644 of file allocator.h.

template<typename Allocator >
lass::util::AllocatorNoThrow< Allocator >::AllocatorNoThrow ( size_t  size  )  [inline]

Definition at line 648 of file allocator.h.


Member Function Documentation

template<typename Allocator >
void* lass::util::AllocatorNoThrow< Allocator >::allocate (  )  [inline]

Definition at line 652 of file allocator.h.

template<typename Allocator >
void* lass::util::AllocatorNoThrow< Allocator >::allocate ( size_t  size  )  [inline]

Definition at line 663 of file allocator.h.


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

Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo