OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::SmallVectorTemplateBase< T, true > Class Template Reference

SmallVectorTemplateBase<isPodLike = true> - This is where we put method implementations that are designed to work with POD-like T's. More...

#include <OgreSmallVector.h>

Inheritance diagram for Ogre::SmallVectorTemplateBase< T, true >:

Public Types

typedef const T * const_iterator
typedef const T * const_pointer
typedef const T & const_reference
typedef std::reverse_iterator< const_iteratorconst_reverse_iterator
typedef ptrdiff_t difference_type
typedef T * iterator
typedef T * pointer
typedef T & reference
typedef std::reverse_iterator< iteratorreverse_iterator
typedef size_t size_type
typedef T value_type

Public Member Functions

 SmallVectorTemplateBase (size_t Size)
reference back ()
const_reference back () const
iterator begin ()
const_iterator begin () const
size_t capacity () const
 capacity - Return the total number of elements in the currently allocated buffer.
pointer data ()
 data - Return a pointer to the vector's buffer, even if empty().
const_pointer data () const
 data - Return a pointer to the vector's buffer, even if empty().
bool empty () const
iterator end ()
const_iterator end () const
reference front ()
const_reference front () const
void grow (size_t MinSize=0)
 grow - double the size of the allocated memory, guaranteeing space for at least one more element or MinSize if specified.
size_type max_size () const
reference operator[] (unsigned idx)
const_reference operator[] (unsigned idx) const
reverse_iterator rbegin ()
const_reverse_iterator rbegin () const
reverse_iterator rend ()
const_reverse_iterator rend () const
size_type size () const

Static Public Member Functions

static void destroy_range (T *, T *)
template<typename It1, typename It2>
static void uninitialized_copy (It1 I, It1 E, It2 Dest)
 uninitialized_copy - Copy the range [I, E) onto the uninitialized memory starting with "Dest", constructing elements into it as needed.
template<typename T1, typename T2>
static void uninitialized_copy (T1 *I, T1 *E, T2 *Dest)
 uninitialized_copy - Copy the range [I, E) onto the uninitialized memory starting with "Dest", constructing elements into it as needed.

Detailed Description

template<typename T>
class Ogre::SmallVectorTemplateBase< T, true >

SmallVectorTemplateBase<isPodLike = true> - This is where we put method implementations that are designed to work with POD-like T's.

Member Typedef Documentation

◆ const_iterator

typedef const T* Ogre::SmallVectorTemplateCommon< T >::const_iterator

◆ const_pointer

typedef const T* Ogre::SmallVectorTemplateCommon< T >::const_pointer

◆ const_reference

typedef const T& Ogre::SmallVectorTemplateCommon< T >::const_reference

◆ const_reverse_iterator

typedef std::reverse_iterator<const_iterator> Ogre::SmallVectorTemplateCommon< T >::const_reverse_iterator

◆ difference_type

typedef ptrdiff_t Ogre::SmallVectorTemplateCommon< T >::difference_type

◆ iterator

typedef T* Ogre::SmallVectorTemplateCommon< T >::iterator

◆ pointer

typedef T* Ogre::SmallVectorTemplateCommon< T >::pointer

◆ reference

typedef T& Ogre::SmallVectorTemplateCommon< T >::reference

◆ reverse_iterator

typedef std::reverse_iterator<iterator> Ogre::SmallVectorTemplateCommon< T >::reverse_iterator

◆ size_type

typedef size_t Ogre::SmallVectorTemplateCommon< T >::size_type

◆ value_type

typedef T Ogre::SmallVectorTemplateCommon< T >::value_type

Constructor & Destructor Documentation

◆ SmallVectorTemplateBase()

template<typename T>
Ogre::SmallVectorTemplateBase< T, true >::SmallVectorTemplateBase ( size_t Size)
inline

Member Function Documentation

◆ back() [1/2]

◆ back() [2/2]

const_reference Ogre::SmallVectorTemplateCommon< T >::back ( ) const
inline

◆ begin() [1/2]

iterator Ogre::SmallVectorTemplateCommon< T >::begin ( )
inline

◆ begin() [2/2]

const_iterator Ogre::SmallVectorTemplateCommon< T >::begin ( ) const
inline

◆ capacity()

size_t Ogre::SmallVectorTemplateCommon< T >::capacity ( ) const
inline

capacity - Return the total number of elements in the currently allocated buffer.

◆ data() [1/2]

data - Return a pointer to the vector's buffer, even if empty().

◆ data() [2/2]

const_pointer Ogre::SmallVectorTemplateCommon< T >::data ( ) const
inline

data - Return a pointer to the vector's buffer, even if empty().

◆ destroy_range()

template<typename T>
void Ogre::SmallVectorTemplateBase< T, true >::destroy_range ( T * ,
T *  )
inlinestatic

◆ empty()

bool Ogre::SmallVectorBase::empty ( ) const
inline

◆ end() [1/2]

◆ end() [2/2]

const_iterator Ogre::SmallVectorTemplateCommon< T >::end ( ) const
inline

◆ front() [1/2]

◆ front() [2/2]

const_reference Ogre::SmallVectorTemplateCommon< T >::front ( ) const
inline

◆ grow()

template<typename T>
void Ogre::SmallVectorTemplateBase< T, true >::grow ( size_t MinSize = 0)
inline

grow - double the size of the allocated memory, guaranteeing space for at least one more element or MinSize if specified.

◆ max_size()

size_type Ogre::SmallVectorTemplateCommon< T >::max_size ( ) const
inline

◆ operator[]() [1/2]

reference Ogre::SmallVectorTemplateCommon< T >::operator[] ( unsigned idx)
inline

◆ operator[]() [2/2]

const_reference Ogre::SmallVectorTemplateCommon< T >::operator[] ( unsigned idx) const
inline

◆ rbegin() [1/2]

◆ rbegin() [2/2]

◆ rend() [1/2]

◆ rend() [2/2]

◆ size()

size_type Ogre::SmallVectorTemplateCommon< T >::size ( ) const
inline

◆ uninitialized_copy() [1/2]

template<typename T>
template<typename It1, typename It2>
void Ogre::SmallVectorTemplateBase< T, true >::uninitialized_copy ( It1 I,
It1 E,
It2 Dest )
inlinestatic

uninitialized_copy - Copy the range [I, E) onto the uninitialized memory starting with "Dest", constructing elements into it as needed.

◆ uninitialized_copy() [2/2]

template<typename T>
template<typename T1, typename T2>
void Ogre::SmallVectorTemplateBase< T, true >::uninitialized_copy ( T1 * I,
T1 * E,
T2 * Dest )
inlinestatic

uninitialized_copy - Copy the range [I, E) onto the uninitialized memory starting with "Dest", constructing elements into it as needed.


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