CommonLibSSE NG
Loading...
Searching...
No Matches
RE::TESRegionList Class Reference

#include <TESRegionList.h>

Inheritance diagram for RE::TESRegionList:
RE::BSSimpleList< TESRegion * >

Public Member Functions

virtual ~TESRegionList ()
 
- Public Member Functions inherited from RE::BSSimpleList< TESRegion * >
 BSSimpleList ()
 
 BSSimpleList (const BSSimpleList &a_rhs)
 
 BSSimpleList (BSSimpleList &&a_rhs)
 
 ~BSSimpleList ()
 
BSSimpleListoperator= (const BSSimpleList &a_rhs)
 
BSSimpleListoperator= (BSSimpleList &&a_rhs)
 
 TES_HEAP_REDEFINE_NEW ()
 
reference front ()
 
const_reference front () const
 
iterator begin ()
 
const_iterator begin () const
 
const_iterator cbegin () const
 
constexpr iterator end () noexcept
 
constexpr const_iterator end () const noexcept
 
constexpr const_iterator cend () const noexcept
 
bool empty () const
 
void clear ()
 
iterator insert_after (iterator a_pos, const_reference a_value)
 
iterator insert_after (iterator a_pos, value_type &&a_value)
 
iterator insert_after (const_iterator a_pos, const_reference a_value)
 
iterator insert_after (const_iterator a_pos, value_type &&a_value)
 
iterator insert_after (const_iterator a_pos, size_type a_count, const_reference a_value)
 
iterator erase_after (const_iterator a_pos)
 
iterator erase_after (const_iterator a_first, const_iterator a_last)
 
void push_front (const_reference a_value)
 
void push_front (value_type &&a_value)
 
reference emplace_front (Args &&... a_args)
 
void pop_front ()
 
void resize (size_type a_count)
 
void resize (size_type a_count, const value_type &a_value)
 

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
 
static constexpr auto VTABLE = VTABLE_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
 

Constructor & Destructor Documentation

◆ ~TESRegionList()

virtual RE::TESRegionList::~TESRegionList ( )
virtual

Member Data Documentation

◆ ownsRegionMemory

bool RE::TESRegionList::ownsRegionMemory

◆ pad19

std::uint8_t RE::TESRegionList::pad19

◆ pad1A

std::uint16_t RE::TESRegionList::pad1A

◆ pad1C

std::uint32_t RE::TESRegionList::pad1C

◆ RTTI

constexpr auto RE::TESRegionList::RTTI = RTTI_TESRegionList
inlinestaticconstexpr

◆ VTABLE

constexpr auto RE::TESRegionList::VTABLE = VTABLE_TESRegionList
inlinestaticconstexpr

The documentation for this class was generated from the following file: