![]() |
DynRPG v0.32 Unofficial
Plugin SDK
|
Wrapper class for RPG::Catalog pointers (syntactic sugar) More...
#include <CatalogPtr.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 | |
| Catalog< T > * | ptr |
| Pointer to the actual RPG::Catalog. | |
Wrapper class for RPG::Catalog pointers (syntactic sugar)
Allows you to write someCatalogPointer[i] instead of (*someCatalogPointer)[i].
sizeof(Catalog<T> *).