#include <collection.h>
Public Member Functions |
|
| virtual int | next () |
| virtual BOOL | more () |
| virtual void | rewind () |
| virtual BOOL | selected (int index) |
| virtual int next | ( | ) | [inline, virtual] |
{ return -1; }
| virtual BOOL more | ( | ) | [inline, virtual] |
{ return FALSE; }
| virtual void rewind | ( | ) | [inline, virtual] |
| virtual BOOL selected | ( | int | index | ) | [inline, virtual] |
{ UNUSED_PARAM(index); return FALSE; }