DynRPG v0.32 Unofficial
Plugin SDK
RPG::DList< T > Class Template Reference

Class representing Delphi's TList (without resizing for the moment) More...

#include <DList.h>

Public Member Functions

T & operator[] (int index)
 Array access operator which will throw an error on invalid indexes.
 
get (int index)
 Array access method which will return 0 on invalid indexes.
 

Public Attributes

T * items
 Pointer to the actual array.
 
int count
 Number of elements in the list.
 

Detailed Description

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

Class representing Delphi's TList (without resizing for the moment)

See also
RPG::DListPtr
RPG::Catalog

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