#include <calendar.h>
Public Member Functions | |
CalNode (void *p, CalNode *n=NULL) | |
CalNode * | GetNext () |
void * | GetData () |
void | Dump (OnDisk *pOnDisk) |
Dump CalNode to disk. |
|
|
|
Dump CalNode to disk. Dump CalNode to disk. An initial NULL flag is written, and then the data for each CalNode in this list is written to disk. The CalNode data is immediately preceding the CalImpl index nodes, so to access the data, just index back in the file until NULL flag is encountered. |
|
|
|
|