stl_vector.h File Reference

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

Go to the source code of this file.

Namespaces

namespace  _GLIBCXX_STD

Classes

struct  _GLIBCXX_STD::_Vector_base< _Tp, _Alloc >
struct  _GLIBCXX_STD::_Vector_base< _Tp, _Alloc >::_Vector_impl
class  _GLIBCXX_STD::vector< _Tp, _Alloc >
 A standard container which offers fixed time access to individual elements in any order. More...

Defines

#define _VECTOR_H   1

Functions

template<typename _Tp, typename _Alloc>
bool _GLIBCXX_STD::operator== (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
 Vector equality comparison.
template<typename _Tp, typename _Alloc>
bool _GLIBCXX_STD::operator< (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
 Vector ordering relation.
template<typename _Tp, typename _Alloc>
bool _GLIBCXX_STD::operator!= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
 Based on operator==.
template<typename _Tp, typename _Alloc>
bool _GLIBCXX_STD::operator> (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
 Based on operator<.
template<typename _Tp, typename _Alloc>
bool _GLIBCXX_STD::operator<= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
 Based on operator<.
template<typename _Tp, typename _Alloc>
bool _GLIBCXX_STD::operator>= (const vector< _Tp, _Alloc > &__x, const vector< _Tp, _Alloc > &__y)
 Based on operator<.
template<typename _Tp, typename _Alloc>
void _GLIBCXX_STD::swap (vector< _Tp, _Alloc > &__x, vector< _Tp, _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.


Define Documentation

#define _VECTOR_H   1

Definition at line 62 of file stl_vector.h.


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