#include <CDataStructures.h>
Inheritance diagram for CMemoList::
Public Methods | |
CMemoList (void) | |
~CMemoList (void) | |
CMemo * | getItem (void) |
Returns the internal pointer. More... | |
CMemo * | getItem (int number) |
Returns the item that is in position number, where the head is 1. More... | |
void | inputData (string inputdata) |
string | outputData (void) |
|
|
|
|
|
Returns the item that is in position number, where the head is 1. Returns NULL if the number is out of range for the list. Reimplemented from CList. |
|
Returns the internal pointer.
Reimplemented from CList. |
|
|
|
|