v0.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Pages
CGUL::Vector< T, Allocator > Class Template Reference

A vector functionally equivalent to an std::vector but capable of acting as a FixedList. More...

#include <Vector.hpp>

Inheritance diagram for CGUL::Vector< T, Allocator >:
CGUL::List< T > CGUL::FixedList< T > CGUL::Container< T >

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
 

Detailed Description

template<typename T, typename Allocator = std::allocator< T >>
class CGUL::Vector< T, Allocator >

A vector functionally equivalent to an std::vector but capable of acting as a FixedList.


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