Torque3D Documentation / _generateds / FixedSizeVector

FixedSizeVector

Engine/source/core/util/tFixedSizeVector.h

A vector with a compile-time constant size.

More...

Public Types

const T *
const_iterator 
T *
iterator 

Protected Attributes

T
mArray [SIZE]

Public Functions

FixedSizeVector(const T & a, const T & b, const T & c)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i, const T & j)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i, const T & j, const T & k)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i, const T & j, const T & k, const T & l)
FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i, const T & j, const T & k, const T & l, const T & m)
T *
bool
T &
T &
last()
const T &
last()
T &
operator[](U32 index)
const T &
operator[](U32 index)

Detailed Description

A vector with a compile-time constant size.

Public Types

typedef const T * const_iterator 
typedef T * iterator 

Protected Attributes

T mArray [SIZE]

Public Functions

FixedSizeVector()

FixedSizeVector(const T & a)

FixedSizeVector(const T & a, const T & b)

FixedSizeVector(const T & a, const T & b, const T & c)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i, const T & j)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i, const T & j, const T & k)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i, const T & j, const T & k, const T & l)

FixedSizeVector(const T & a, const T & b, const T & c, const T & d, const T & e, const T & f, const T & g, const T & h, const T & i, const T & j, const T & k, const T & l, const T & m)

address()

address()

begin()

begin()

empty()

end()

end()

first()

first()

last()

last()

operator[](U32 index)

operator[](U32 index)

size()