DynRPG v0.32 Unofficial
Plugin SDK
|
Wrapper class for RPG::DList pointers (syntactic sugar) More...
#include <DListPtr.h>
Public Member Functions | |
T & | operator[] (int index) |
Array access operator which will throw an error on invalid indexes. | |
T | get (int index) |
Array access method which will return 0 on invalid indexes. | |
Public Attributes | |
DList< T > * | list |
Actual RPG::DList pointer. | |
Wrapper class for RPG::DList pointers (syntactic sugar)
sizeof(DList<T> *)
.