![]() |
DynRPG v0.32 Unofficial
Plugin SDK
|
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. | |
| T | 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. | |
Class representing Delphi's TList (without resizing for the moment)