#include <ilist.h>
Inheritance diagram for Steinberg::IList:

Public Member Functions | |
| virtual int32 | total () const =0 |
| virtual FUnknown * | at (int32 index)=0 |
| virtual void | append (FUnknown *obj)=0 |
| virtual void | remove (FUnknown *obj)=0 |
Static Public Attributes | |
| static const FUID | iid |
Definition at line 41 of file ilist.h.
| virtual void Steinberg::IList::append | ( | FUnknown * | obj | ) | [pure virtual] |
Add an item to the container.
Get the item at the given index (from 0 to tatal-1).
| virtual void Steinberg::IList::remove | ( | FUnknown * | obj | ) | [pure virtual] |
Remove the item from the container.
| virtual int32 Steinberg::IList::total | ( | ) | const [pure virtual] |
Get the amount of items in the container.
const FUID Steinberg::IList::iid [static] |