CommonLibSSE NG
Loading...
Searching...
No Matches
RE::BSTSmallSharedArray< T > Class Template Reference

#include <BSTArray.h>

Public Types

using value_type = T
 
using size_type = std::uint32_t
 
using pointer = value_type *
 
using const_pointer = const value_type *
 
using reference = value_type &
 
using const_reference = const value_type &
 
using iterator = pointer
 
using const_iterator = const_pointer
 

Public Member Functions

reference operator[] (size_type a_pos) noexcept
 
const_reference operator[] (size_type a_pos) 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
 
constexpr bool empty () const noexcept
 
constexpr size_type size () const noexcept
 

Member Typedef Documentation

◆ const_iterator

template<class T >
using RE::BSTSmallSharedArray< T >::const_iterator = const_pointer

◆ const_pointer

template<class T >
using RE::BSTSmallSharedArray< T >::const_pointer = const value_type*

◆ const_reference

template<class T >
using RE::BSTSmallSharedArray< T >::const_reference = const value_type&

◆ iterator

template<class T >
using RE::BSTSmallSharedArray< T >::iterator = pointer

◆ pointer

template<class T >
using RE::BSTSmallSharedArray< T >::pointer = value_type*

◆ reference

template<class T >
using RE::BSTSmallSharedArray< T >::reference = value_type&

◆ size_type

template<class T >
using RE::BSTSmallSharedArray< T >::size_type = std::uint32_t

◆ value_type

template<class T >
using RE::BSTSmallSharedArray< T >::value_type = T

Member Function Documentation

◆ begin() [1/2]

template<class T >
const_iterator RE::BSTSmallSharedArray< T >::begin ( ) const
inlinenoexcept

◆ begin() [2/2]

template<class T >
iterator RE::BSTSmallSharedArray< T >::begin ( )
inlinenoexcept

◆ cbegin()

template<class T >
const_iterator RE::BSTSmallSharedArray< T >::cbegin ( ) const
inlinenoexcept

◆ cend()

template<class T >
const_iterator RE::BSTSmallSharedArray< T >::cend ( ) const
inlinenoexcept

◆ data() [1/2]

template<class T >
const_pointer RE::BSTSmallSharedArray< T >::data ( ) const
inlinenoexcept

◆ data() [2/2]

template<class T >
pointer RE::BSTSmallSharedArray< T >::data ( )
inlinenoexcept

◆ empty()

template<class T >
constexpr bool RE::BSTSmallSharedArray< T >::empty ( ) const
inlineconstexprnoexcept

◆ end() [1/2]

template<class T >
const_iterator RE::BSTSmallSharedArray< T >::end ( ) const
inlinenoexcept

◆ end() [2/2]

template<class T >
iterator RE::BSTSmallSharedArray< T >::end ( )
inlinenoexcept

◆ operator[]() [1/2]

template<class T >
const_reference RE::BSTSmallSharedArray< T >::operator[] ( size_type  a_pos) const
inlinenoexcept

◆ operator[]() [2/2]

template<class T >
reference RE::BSTSmallSharedArray< T >::operator[] ( size_type  a_pos)
inlinenoexcept

◆ size()

template<class T >
constexpr size_type RE::BSTSmallSharedArray< T >::size ( ) const
inlineconstexprnoexcept

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