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

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

#include <DList.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

Titems
 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: