ReactOS 0.4.16-dev-401-g45b008d
|
#include <_stack.h>
Public Types | |
typedef _Sequence::value_type | value_type |
typedef _Sequence::size_type | size_type |
typedef _Sequence | container_type |
typedef _Sequence::reference | reference |
typedef _Sequence::const_reference | const_reference |
Public Member Functions | |
stack () | |
stack (const _Sequence &__s) | |
stack (__move_source< _Self > src) | |
bool | empty () const |
size_type | size () const |
reference | top () |
const_reference | top () const |
void | push (const value_type &__x) |
void | pop () |
const _Sequence & | _Get_s () const |
Public Attributes | |
struct list | items |
Protected Attributes | |
_Sequence | c |
Private Types | |
typedef stack< _Tp, _Sequence > | _Self |
typedef _Sequence::const_reference stack< _Tp, _Sequence >::const_reference |
typedef _Sequence stack< _Tp, _Sequence >::container_type |
typedef _Sequence::reference stack< _Tp, _Sequence >::reference |
typedef _Sequence::size_type stack< _Tp, _Sequence >::size_type |
typedef _Sequence::value_type stack< _Tp, _Sequence >::value_type |
Definition at line 74 of file _stack.h.
Referenced by create_stack(), and deformat_string_internal().
|
inline |
Definition at line 78 of file _stack.h.
Definition at line 82 of file _stack.h.
Referenced by CollectProgramsThread::free_dirs(), and ChildWindow::WndProc().
Definition at line 87 of file _stack.h.
Referenced by CollectProgramsThread::free_dirs(), and ChildWindow::WndProc().
|
inline |
Definition at line 86 of file _stack.h.
Referenced by CollectProgramsThread::collect_programs(), FileChildWindow::FileChildWindow(), and ChildWindow::go_to().
Definition at line 84 of file _stack.h.
Referenced by cf2_stack_clear(), cf2_stack_count(), cf2_stack_init(), cf2_stack_pop(), cf2_stack_popFixed(), cf2_stack_popInt(), cf2_stack_pushFixed(), cf2_stack_pushInt(), CollectProgramsThread::free_dirs(), and ChildWindow::WndProc().
|
inline |
Definition at line 72 of file _stack.h.
Referenced by stack< _Tp, _Sequence >::_Get_s().
Definition at line 81 of file format.c.
Referenced by create_stack(), free_stack(), stack_find(), stack_peek(), stack_pop(), and stack_push().