array_allocator.h File Reference

#include <cstddef>
#include <new>
#include <bits/functexcept.h>
#include <tr1/array>

Go to the source code of this file.

Namespaces

namespace  __gnu_cxx

Classes

class  __gnu_cxx::array_allocator_base< _Tp >
 Base class. More...
class  __gnu_cxx::array_allocator< _Tp, _Array >
 An allocator that uses previously allocated memory. This memory can be externally, globally, or otherwise allocated. More...
struct  __gnu_cxx::array_allocator< _Tp, _Array >::rebind< _Tp1, _Array1 >

Defines

#define _ARRAY_ALLOCATOR_H   1

Functions

template<typename _Tp, typename _Array>
bool __gnu_cxx::operator== (const array_allocator< _Tp, _Array > &, const array_allocator< _Tp, _Array > &)
template<typename _Tp, typename _Array>
bool __gnu_cxx::operator!= (const array_allocator< _Tp, _Array > &, const array_allocator< _Tp, _Array > &)


Detailed Description

This file is a GNU extension to the Standard C++ Library.

Definition in file array_allocator.h.


Define Documentation

#define _ARRAY_ALLOCATOR_H   1

Definition at line 35 of file array_allocator.h.


Generated on Tue Feb 2 16:57:12 2010 for GNU C++ STL by  doxygen 1.4.7