DynRPG v0.32 Unofficial
Plugin SDK
Public Member Functions | Public Attributes | List of all members
RPG::DListPtr< T > Class Template Reference

Wrapper class for RPG::DList pointers (syntactic sugar) More...

#include <DListPtr.h>

Public Member Functions

Toperator[] (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.
 

Detailed Description

template<class T = void*>
class RPG::DListPtr< T >

Wrapper class for RPG::DList pointers (syntactic sugar)

Note
The size of this class equals to sizeof(DList<T> *).
See also
RPG::DList

The documentation for this class was generated from the following file: