All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
osl::stl::pool_allocator< T > Struct Template Reference

#include <pool_allocator.h>

List of all members.

Public Member Functions

 pool_allocator ()
template<class T2 >
 pool_allocator (const std::allocator< T2 > &)

Detailed Description

template<class T>
struct osl::stl::pool_allocator< T >

Definition at line 72 of file pool_allocator.h.


Constructor & Destructor Documentation

template<class T >
osl::stl::pool_allocator< T >::pool_allocator ( ) [inline]

Definition at line 74 of file pool_allocator.h.

template<class T >
template<class T2 >
osl::stl::pool_allocator< T >::pool_allocator ( const std::allocator< T2 > &  ) [inline]

Definition at line 76 of file pool_allocator.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines