#include <ut_LinkList.h>
Inherited by nw::ut::LinkList< HeapBase, offsetof(HeapNode, mLinkNode)> [private], and nw::ut::LinkList< T, TNOffset > [private].
◆ Self
◆ size_type
◆ difference_type
◆ Node
◆ value_type
◆ pointer
◆ const_pointer
◆ reference
◆ const_reference
◆ iterator_category
◆ LinkListImpl()
| nw::ut::internal::LinkListImpl::LinkListImpl |
( |
| ) |
|
|
inlineexplicit |
◆ ~LinkListImpl()
| nw::ut::internal::LinkListImpl::~LinkListImpl |
( |
| ) |
|
|
inline |
◆ NW_DISALLOW_COPY_AND_ASSIGN()
| nw::ut::internal::LinkListImpl::NW_DISALLOW_COPY_AND_ASSIGN |
( |
LinkListImpl | | ) |
|
|
private |
◆ size()
| size_type nw::ut::internal::LinkListImpl::size |
( |
| ) |
const |
|
inline |
◆ empty()
| bool nw::ut::internal::LinkListImpl::empty |
( |
| ) |
const |
|
inline |
◆ GetBaseNode() [1/2]
| Node * nw::ut::internal::LinkListImpl::GetBaseNode |
( |
| ) |
|
|
inlineprotected |
◆ GetBaseNode() [2/2]
| const Node * nw::ut::internal::LinkListImpl::GetBaseNode |
( |
| ) |
const |
|
inlineprotected |
◆ Initialize_()
| void nw::ut::internal::LinkListImpl::Initialize_ |
( |
| ) |
|
|
inlineprivate |
◆ m_Size
| size_type nw::ut::internal::LinkListImpl::m_Size |
|
private |
◆ m_BaseNode
| Node nw::ut::internal::LinkListImpl::m_BaseNode |
|
private |