/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.
Define Documentation
#define _STLP_STACK_ARGS _Tp, _Sequence |
#define _STLP_STACK_HEADER_ARGS class _Tp, class _Sequence |
Function Documentation
template<_STLP_STACK_HEADER_ARGS >
bool _STLP_CALL operator< |
( |
const stack< _STLP_STACK_ARGS > & |
__x, |
|
|
const stack< _STLP_STACK_ARGS > & |
__y | |
|
) |
| | [inline] |
template<_STLP_STACK_HEADER_ARGS >
bool _STLP_CALL operator== |
( |
const stack< _STLP_STACK_ARGS > & |
__x, |
|
|
const stack< _STLP_STACK_ARGS > & |
__y | |
|
) |
| | [inline] |
Generated on Mon Mar 10 15:32:49 2008 by
1.5.1
|