| T |
| public inline nothrow void | Clear() |
| public inline nothrow long | Count() const |
| public inline nothrow bool | IsEmpty() const |
| public inline T | Pop() |
| public inline void | Push(T&& item) |
| public inline void | Push(const T& item) |
| public inline nothrow T& | Top() |
| public inline nothrow const T& | Top() const |
| public typedef ValueType | T |
| private List<T> | items |