CommonLibSSE NG
|
#include <MemoryManager.h>
Public Types | |
using | value_type = T |
using | size_type = std::size_t |
using | difference_type = std::ptrdiff_t |
using | reference = value_type & |
using | const_reference = const value_type & |
using | pointer = value_type * |
using | const_pointer = const value_type * |
using | iterator = value_type * |
using | const_iterator = const value_type * |
Public Member Functions | |
constexpr | SimpleArray () noexcept=default |
SimpleArray (size_type a_count) | |
~SimpleArray () | |
TES_HEAP_REDEFINE_NEW () | |
reference | operator[] (size_type a_pos) noexcept |
const_reference | operator[] (size_type a_pos) const noexcept |
reference | front () noexcept |
const_reference | front () const noexcept |
reference | back () noexcept |
const_reference | back () const noexcept |
pointer | data () noexcept |
const_pointer | data () const noexcept |
iterator | begin () noexcept |
const_iterator | begin () const noexcept |
const_iterator | cbegin () const noexcept |
iterator | end () noexcept |
const_iterator | end () const noexcept |
const_iterator | cend () const noexcept |
bool | empty () const noexcept |
size_type | size () const noexcept |
void | clear () |
void | resize (size_type a_count) |
Protected Member Functions | |
void * | get_head () noexcept |
const void * | get_head () const noexcept |
Protected Attributes | |
pointer | _data { nullptr } |
using RE::SimpleArray< T >::const_iterator = const value_type* |
using RE::SimpleArray< T >::const_pointer = const value_type* |
using RE::SimpleArray< T >::const_reference = const value_type& |
using RE::SimpleArray< T >::difference_type = std::ptrdiff_t |
using RE::SimpleArray< T >::iterator = value_type* |
using RE::SimpleArray< T >::pointer = value_type* |
using RE::SimpleArray< T >::reference = value_type& |
using RE::SimpleArray< T >::size_type = std::size_t |
using RE::SimpleArray< T >::value_type = T |
|
constexprdefaultnoexcept |
|
inlineexplicit |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineprotectednoexcept |
|
inlineprotectednoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
RE::SimpleArray< T >::TES_HEAP_REDEFINE_NEW | ( | ) |
|
protected |