Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CMemoList Class Reference

Linked list for the CMemo types, providing loading and saving via a string for up/downloading to PC and read/writing to Dijinni file system. More...

#include <CDataStructures.h>

Inheritance diagram for CMemoList::

CList List of all members.

Public Methods

 CMemoList (void)
 ~CMemoList (void)
CMemogetItem (void)
 Returns the internal pointer. More...

CMemogetItem (int number)
 Returns the item that is in position number, where the head is 1. More...

void inputData (string inputdata)
string outputData (void)

Detailed Description

Linked list for the CMemo types, providing loading and saving via a string for up/downloading to PC and read/writing to Dijinni file system.


Constructor & Destructor Documentation

CMemoList::CMemoList void   
 

CMemoList::~CMemoList void   
 


Member Function Documentation

CMemo * CMemoList::getItem int    number
 

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.

CMemo * CMemoList::getItem void   
 

Returns the internal pointer.

Reimplemented from CList.

void CMemoList::inputData string    inputdata
 

string CMemoList::outputData void   
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 6 00:14:55 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001