2.9.16
Coherent GT
A modern user interface library for games
Coherent::UIGT::Array Class Reference

A bindable array structure. More...

#include <Coherent/Coherent/UIGT/EventArguments.h>

Public Member Functions

size_t GetSize () const
 Getter for the size of the array. More...
 
Value operator[] (size_t index) const
 Getter for the value on a specific index. More...
 

Detailed Description

A bindable array structure.

Member Function Documentation

◆ GetSize()

size_t Coherent::UIGT::Array::GetSize ( ) const

Getter for the size of the array.

Returns
The size of the array

◆ operator[]()

Value Coherent::UIGT::Array::operator[] ( size_t  index) const

Getter for the value on a specific index.

Parameters
indexthe index to access
Returns
the value bound on the index