|
Protocol++® (Protocolpp®) v5.7.2
|
Public Member Functions | |
| void | Clear () |
| void | Push (T t) |
| T * | PushArr (int count) |
| T | Pop () |
| void | PopArr (int count) |
| bool | Empty () const |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
| const T & | PeekTop () const |
| int | Size () const |
| int | Capacity () const |
| void | SwapRemove (int i) |
| const T * | Mem () const |
| T * | Mem () |