DynRPG v0.32 Unofficial
Plugin SDK
|
Wrapper class for RPG::DList which doesn't crash if the index is out of bounds. More...
#include <Catalog.h>
Public Member Functions | |
T | operator[] (int index) |
Array access operator. | |
T | get (int index) |
Array access method. | |
int | count () |
Returns the number of items in the list. | |
Public Attributes | |
DListPtr< T > | list |
Pointer to the actual RPG::DList. | |
Wrapper class for RPG::DList which doesn't crash if the index is out of bounds.
sizeof(RPG::Catalog<T>)
is not equal to sizeof(RPG::DList<T> *)
!