Free Electron
Public Member Functions | List of all members
fe::Array< T > Class Template Reference

Wrapper for std::vector. More...

#include <Array.h>

Inherits vector< T >.

Public Member Functions

 Array (U32 a_size)
 
 Array (U32 a_size, const T &a_value)
 
 Array (const Array &a_other)
 
 Array (const std::vector< T > &a_other)
 
Arrayoperator= (const Array &a_other)
 
const T & operator[] (I32 index) const
 
T & operator[] (I32 index)
 

Detailed Description

template<typename T>
class fe::Array< T >

Wrapper for std::vector.

Allows bounds-checking just for debug builds.


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