|
CommonLibSSE (Parapets fork)
|
#include <TESRegionList.h>
Public Attributes | |
| bool | ownsRegionMemory |
| std::uint8_t | pad19 |
| std::uint16_t | pad1A |
| std::uint32_t | pad1C |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_TESRegionList |
Additional Inherited Members | |
Public Types inherited from RE::BSSimpleList< TESRegion * > | |
| using | value_type = TESRegion * |
| 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 inherited from RE::BSSimpleList< TESRegion * > | |
| 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) |
| void | emplace_front_impl (Args &&... a_args) |
| void | resize_impl (size_type a_count, const_reference a_value) |
Protected Attributes inherited from RE::BSSimpleList< TESRegion * > | |
| Node | _listHead |
|
virtual |
| bool RE::TESRegionList::ownsRegionMemory |
| std::uint8_t RE::TESRegionList::pad19 |
| std::uint16_t RE::TESRegionList::pad1A |
| std::uint32_t RE::TESRegionList::pad1C |
|
inlinestaticconstexpr |