LogList

Used in logging widgets. Holds upto certain number of elements, after which older elements are over-written

Constructors

this
this(uinteger maxLength)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add
void add(T dat)

adds an item to the log

read
T[] read(uinteger count)

Returns array containing items, in first-added-last order

reset
void reset()

resets and clears the log

Properties

maxCapacity
uinteger maxCapacity [@property getter]

returns the max number of items that can be stored

Meta