|
CommonLibSSE (powerof3)
|
#include <BSTList.h>
Classes | |
| class | iterator_base |
| struct | Node |
Public Types | |
| using | value_type = T |
| using | size_type = std::uint32_t |
| using | reference = value_type & |
| using | const_reference = const value_type & |
| using | iterator = iterator_base< value_type > |
| using | const_iterator = iterator_base< const value_type > |
Protected Member Functions | |
| constexpr Node * | get_head () noexcept |
| constexpr const Node * | get_head () const noexcept |
| std::pair< Node *, Node * > | alloc_copies (size_type a_count, const_reference a_value) |
| void | copy_from (const BSSimpleList &a_rhs) |
| Node * | insert_after_impl (Node *a_pos, std::pair< Node *, Node * > a_values) |
| void | erase_after_impl (Node *a_head, Node *a_tail) |
| template<class... Args> | |
| void | emplace_front_impl (Args &&... a_args) |
| void | resize_impl (size_type a_count, const_reference a_value) |
Protected Attributes | |
| Node | _listHead |
| using RE::BSSimpleList< T >::const_iterator = iterator_base<const value_type> |
| using RE::BSSimpleList< T >::const_reference = const value_type& |
| using RE::BSSimpleList< T >::iterator = iterator_base<value_type> |
| using RE::BSSimpleList< T >::reference = value_type& |
| using RE::BSSimpleList< T >::size_type = std::uint32_t |
| using RE::BSSimpleList< T >::value_type = T |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inlineconstexprnoexcept |
|
inline |
|
inlineprotected |
|
inline |
|
inlineprotected |
|
inline |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inlineconstexprprotectednoexcept |
|
inlineconstexprprotectednoexcept |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
| RE::BSSimpleList< T >::TES_HEAP_REDEFINE_NEW | ( | ) |
|
protected |