Coherent UI  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Coherent::UI::Array Class Reference

A bindable array structure. More...

#include <Coherent/UI/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

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

Getter for the size of the array.

Returns
The size of the array
Value Coherent::UI::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