Kiwano Engine v1.3.x
kiwano::IntrusiveListValue< _PtrTy > 模板类 参考

侵入式链表元素 更多...

#include <IntrusiveList.h>

Public 类型

using value_type = typename std::pointer_traits< _PtrTy >::pointer
 
using reference = value_type &
 
using pointer = value_type *
 

Public 成员函数

 IntrusiveListValue (value_type rhs)
 
const value_type & GetPrev () const
 获取前一元素
 
value_type & GetPrev ()
 获取前一元素
 
const value_type & GetNext () const
 获取下一元素
 
value_type & GetNext ()
 获取下一元素
 

友元

class IntrusiveList< _PtrTy >
 

详细描述

template<typename _PtrTy>
class kiwano::IntrusiveListValue< _PtrTy >

侵入式链表元素