CommonLibSSE (Parapets fork)
|
#include <BSTList.h>
Public Types | |
using | value_type = T |
Public Member Functions | |
template<class... Args> | |
BSTListNode (Args &&... a_args) | |
Public Attributes | |
BSTListNode< T > * | next |
BSTListNode< T > * | prev |
value_type | item |
using RE::BSTListNode< T >::value_type = T |
|
inline |
value_type RE::BSTListNode< T >::item |
BSTListNode<T>* RE::BSTListNode< T >::next |
BSTListNode<T>* RE::BSTListNode< T >::prev |