DynRPG v0.32 Unofficial
Plugin SDK
|
Helper class for arrays with base one. More...
#include <ArrayBaseOne.h>
Public Member Functions | |
T & | operator[] (int index) |
Simple indexing operator for accessing array elements. | |
Helper class for arrays with base one.
This class template is used for arrays in classes with should have one as base (unlike normal arrays with base zero).
|
inline |
Simple indexing operator for accessing array elements.
index | One-based index |