![]() |
DynRPG
v0.20
RM2k3 Plugin SDK
|
Wrapper class for RPG::DList which doesn't crash if the index is out of bounds. More...
Inherited by RPG::NamedCatalog< T >.
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 |
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> *)! | int RPG::Catalog< T >::count | ( | ) | [inline] |
Returns the number of items in the list.
| T RPG::Catalog< T >::get | ( | int | index | ) | [inline] |
Array access method.
Reimplemented in RPG::NamedCatalog< T >, and RPG::NamedCatalog< Event * >.
| T RPG::Catalog< T >::operator[] | ( | int | index | ) | [inline] |
Array access operator.
Reimplemented in RPG::NamedCatalog< T >, and RPG::NamedCatalog< Event * >.
| DListPtr<T> RPG::Catalog< T >::list |
Pointer to the actual RPG::DList
1.7.6.1