VEXcode IQ C++ Unofficial documentation for version 3.0.4.1
Loading...
Searching...
No Matches
vex::safearray< T, len > Class Template Reference

Public Member Functions

T & operator[] (int i)
 
int getLength ()
 

Protected Attributes

arr [len]
 

Detailed Description

template<class T, int len>
class vex::safearray< T, len >

Definition at line 59 of file vex_device.h.

Constructor & Destructor Documentation

◆ safearray()

template<class T , int len>
vex::safearray< T, len >::safearray ( )
inline

Definition at line 67 of file vex_device.h.

◆ ~safearray()

template<class T , int len>
vex::safearray< T, len >::~safearray ( )
inline

Definition at line 69 of file vex_device.h.

Member Function Documentation

◆ getLength()

template<class T , int len>
int vex::safearray< T, len >::getLength ( )
inline

Definition at line 72 of file vex_device.h.

◆ operator[]()

template<class T , int len>
T & vex::safearray< T, len >::operator[] ( int i)

Definition at line 75 of file vex_device.h.

Member Data Documentation

◆ arr

template<class T , int len>
T vex::safearray< T, len >::arr[len]
protected

Definition at line 64 of file vex_device.h.


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