1 #ifndef RHESUS_SAFEARRAY_H_
2 #define RHESUS_SAFEARRAY_H_
20 ManagedArray(
const INT32& length);
23 const T& operator[](
const INT32 i)
const;
24 T& operator[](
const INT32 i);
26 T& Get(
const INT32& index);
27 void Set(
const INT32& index,
const T& t);
31 void allocate(
const INT32& length);