![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for Gray::cListBase, including all inherited members.
| cListBase() noexcept | Gray::cListBase | inline |
| cListNodeBase class | Gray::cListBase | friend |
| cListTests class | Gray::cListBase | friend |
| DisposeAll() | Gray::cListBase | |
| Empty() | Gray::cListBase | |
| get_Count() const noexcept | Gray::cListBase | inline |
| get_Head(void) const noexcept | Gray::cListBase | inline |
| get_Tail(void) const noexcept | Gray::cListBase | inline |
| GetAt(ITERATE_t index) const | Gray::cListBase | |
| InsertBefore(cListNodeBase *pNodeNew, const cListNodeBase *pNodeNext) | Gray::cListBase | inline |
| InsertHead(cListNodeBase *pNodeNew) | Gray::cListBase | inline |
| InsertList(cListBase *pListSrc, cListNodeBase *pNodePrev=nullptr) | Gray::cListBase | |
| InsertListNode(cListNodeBase *pNodeNew, cListNodeBase *pNodePrev=nullptr) | Gray::cListBase | virtual |
| InsertTail(cListNodeBase *pNodeNew) | Gray::cListBase | inline |
| isEmpty() const noexcept | Gray::cListBase | inline |
| IsMyChild(const cListNodeBase *pNode) const noexcept | Gray::cListBase | inline |
| m_iCount | Gray::cListBase | protected |
| RemoveListNode(cListNodeBase *pNode) | Gray::cListBase | protectedvirtual |
| ~cListBase() | Gray::cListBase | inlinevirtual |