/home/ntakagi/work/STLport-5.1.5/stlport/stl/_stack.h File Reference

#include <stl/_deque.h>

Go to the source code of this file.

Classes

class  stack< _Tp, _Sequence >

Defines

#define _STLP_STACK_ARGS   _Tp, _Sequence
#define _STLP_STACK_HEADER_ARGS   class _Tp, class _Sequence

Functions

template<_STLP_STACK_HEADER_ARGS >
bool _STLP_CALL operator== (const stack< _STLP_STACK_ARGS > &__x, const stack< _STLP_STACK_ARGS > &__y)
template<_STLP_STACK_HEADER_ARGS >
bool _STLP_CALL operator< (const stack< _STLP_STACK_ARGS > &__x, const stack< _STLP_STACK_ARGS > &__y)


Define Documentation

#define _STLP_STACK_ARGS   _Tp, _Sequence

Definition at line 90 of file _stack.h.

#define _STLP_STACK_HEADER_ARGS   class _Tp, class _Sequence

Definition at line 91 of file _stack.h.


Function Documentation

template<_STLP_STACK_HEADER_ARGS >
bool _STLP_CALL operator< ( const stack< _STLP_STACK_ARGS > &  __x,
const stack< _STLP_STACK_ARGS > &  __y 
) [inline]

Definition at line 102 of file _stack.h.

template<_STLP_STACK_HEADER_ARGS >
bool _STLP_CALL operator== ( const stack< _STLP_STACK_ARGS > &  __x,
const stack< _STLP_STACK_ARGS > &  __y 
) [inline]

Definition at line 97 of file _stack.h.

References stack< _Tp, _Sequence >::_Get_s().



Generated on Mon Mar 10 15:32:49 2008 by  doxygen 1.5.1