#include <xylist.h>
Inheritance diagram for XYList< T >:
Public Methods | |
XYList () | |
~XYList () | |
void | Reset () |
int | insert (T *d) |
int | insertBegin (T *d) |
int | insertEnd (T *d) |
int | remove (T *d) |
void | removeAll (void) |
Private Attributes | |
_list_elem< T > * | _first |
Friends | |
class | XYListIterator< T > |
|
|
|
|
|
Definition at line 55 of file xylist.h. Referenced by XYList< XYMarker >::insertBegin(). |
|
|
|
|
|
|
|
Definition at line 116 of file xylist.h. Referenced by XYList< XYMarker >::~XYList(). |
|
|
|
|
|
Definition at line 133 of file xylist.h. Referenced by XYList< XYMarker >::insert(), XYList< XYMarker >::insertEnd(), XYList< XYMarker >::remove(), XYList< XYMarker >::removeAll(), XYList< XYMarker >::Reset(), and XYList< XYMarker >::XYList(). |