stl_stack.h File Reference

#include <bits/concept_check.h>
#include <debug/debug.h>

Go to the source code of this file.

Namespaces

namespace  std

Classes

class  std::stack< _Tp, _Sequence >
 A standard container giving FILO behavior. More...

Defines

#define _STACK_H   1

Functions

template<typename _Tp, typename _Seq>
bool std::operator== (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
 Stack equality comparison.
template<typename _Tp, typename _Seq>
bool std::operator< (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
 Stack ordering relation.
template<typename _Tp, typename _Seq>
bool std::operator!= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
 Based on operator==.
template<typename _Tp, typename _Seq>
bool std::operator> (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
 Based on operator<.
template<typename _Tp, typename _Seq>
bool std::operator<= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
 Based on operator<.
template<typename _Tp, typename _Seq>
bool std::operator>= (const stack< _Tp, _Seq > &__x, const stack< _Tp, _Seq > &__y)
 Based on operator<.


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_stack.h.


Define Documentation

#define _STACK_H   1

Definition at line 62 of file stl_stack.h.


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