#include <Stack.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::Stack< T >:
Public Types | |
typedef Array< T >::size_type | size_type |
typedef Array< T >::reference | reference |
typedef Array< T >::const_reference | const_reference |
Public Member Functions | |
Stack () | |
bool | empty () const |
reference | top () |
const_reference | top () const |
void | pop () |
void | push (const T &x) |
int | search (const T &x) const |
size_type | size () const |
Definition at line 48 of file Stack.hpp.
|
Reimplemented from BLOCXX_NAMESPACE::Array< T >. |
|
Reimplemented from BLOCXX_NAMESPACE::Array< T >. |
|
Reimplemented from BLOCXX_NAMESPACE::Array< T >. |
|
|
|
Reimplemented from BLOCXX_NAMESPACE::Array< T >. Definition at line 55 of file Stack.hpp. References BLOCXX_NAMESPACE::Stack< T >::size(). |
|
Definition at line 58 of file Stack.hpp. References BLOCXX_NAMESPACE::Array< T >::pop_back(). |
|
Definition at line 59 of file Stack.hpp. References BLOCXX_NAMESPACE::Array< T >::push_back(). |
|
Definition at line 60 of file Stack.hpp. References BLOCXX_NAMESPACE::Array< T >::find(), i, and BLOCXX_NAMESPACE::Stack< T >::size(). |
|
Reimplemented from BLOCXX_NAMESPACE::Array< T >. Definition at line 65 of file Stack.hpp. Referenced by BLOCXX_NAMESPACE::Stack< T >::empty(), and BLOCXX_NAMESPACE::Stack< T >::search(). |
|
Definition at line 57 of file Stack.hpp. References BLOCXX_NAMESPACE::Array< T >::back(). |
|
Definition at line 56 of file Stack.hpp. References BLOCXX_NAMESPACE::Array< T >::back(). |