![]() |
v0.1.8
|
A vector functionally equivalent to an std::vector but capable of acting as a FixedList. More...
#include <Vector.hpp>
Public Member Functions | |
| void | Push (const T &value) |
| void | SetSize (Size size) |
| void | Set (Size index, const T &value) |
| Size | GetSize () const |
| T & | Get (Size index) |
| const T & | Get (Size index) const |
A vector functionally equivalent to an std::vector but capable of acting as a FixedList.