stl_set.h File Reference

#include <bits/concept_check.h>

Go to the source code of this file.

Namespaces

namespace  _GLIBCXX_STD

Classes

class  _GLIBCXX_STD::set< _Key, _Compare, _Alloc >
 A standard container made up of unique keys, which can be retrieved in logarithmic time. More...

Defines

#define _SET_H   1

Functions

template<class _Key, class _Compare, class _Alloc>
bool _GLIBCXX_STD::operator== (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
 Set equality comparison.
template<class _Key, class _Compare, class _Alloc>
bool _GLIBCXX_STD::operator< (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
 Set ordering relation.
template<class _Key, class _Compare, class _Alloc>
bool _GLIBCXX_STD::operator!= (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
 Returns !(x == y).
template<class _Key, class _Compare, class _Alloc>
bool _GLIBCXX_STD::operator> (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
 Returns y < x.
template<class _Key, class _Compare, class _Alloc>
bool _GLIBCXX_STD::operator<= (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
 Returns !(y < x).
template<class _Key, class _Compare, class _Alloc>
bool _GLIBCXX_STD::operator>= (const set< _Key, _Compare, _Alloc > &__x, const set< _Key, _Compare, _Alloc > &__y)
 Returns !(x < y).
template<class _Key, class _Compare, class _Alloc>
void _GLIBCXX_STD::swap (set< _Key, _Compare, _Alloc > &__x, set< _Key, _Compare, _Alloc > &__y)
 See std::set::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_set.h.


Define Documentation

#define _SET_H   1

Definition at line 62 of file stl_set.h.


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