#include <TQList.h>
Classes | |
| class | TNode |
Public Member Functions | |
| TQList ()=default | |
| ~TQList () | |
| void | PushFront (T *a_pNode) |
| void | Push (T *a_pNode) |
| T * | Pop () |
| TNode::Iterator | Head () const |
| TNode::Iterator | Begin () const |
| const TNode * | End () const |
| void | Clear () |
| void | Remove (T *a_pNode) |
| TBOOL | IsEmpty () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |