stl_vector.h File Reference

#include <bits/stl_iterator_base_funcs.h>
#include <bits/functexcept.h>
#include <bits/concept_check.h>

Include dependency graph for stl_vector.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std

Classes

class  std::Vector_alloc_base< Type, Allocator, IsStatic >
class  std::Vector_alloc_base< Type, Allocator, true >
struct  std::Vector_base< Type, Alloc >
class  std::vector< Type, Alloc >
 A standard container which offers fixed time access to individual elements in any order. More...

Functions

template<typename Type, typename Alloc>
bool std::operator== (const vector< Type, Alloc > &x, const vector< Type, Alloc > &y)
 Vector equality comparison.
template<typename Type, typename Alloc>
bool std::operator< (const vector< Type, Alloc > &x, const vector< Type, Alloc > &y)
 Vector ordering relation.
template<typename Type, typename Alloc>
bool std::operator!= (const vector< Type, Alloc > &x, const vector< Type, Alloc > &y)
 Based on operator==.
template<typename Type, typename Alloc>
bool std::operator> (const vector< Type, Alloc > &x, const vector< Type, Alloc > &y)
 Based on operator<.
template<typename Type, typename Alloc>
bool std::operator<= (const vector< Type, Alloc > &x, const vector< Type, Alloc > &y)
 Based on operator<.
template<typename Type, typename Alloc>
bool std::operator>= (const vector< Type, Alloc > &x, const vector< Type, Alloc > &y)
 Based on operator<.
template<typename Type, typename Alloc>
void std::swap (vector< Type, Alloc > &x, vector< Type, Alloc > &y)
 See std::vector::swap().


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file stl_vector.h.


Generated on Fri Oct 20 15:47:43 2006 for libstdc++-v3 Source by  doxygen 1.4.7