Slot Struct Reference
 
 
 
Slot Struct Reference

#include <control.h>

Inheritance diagram for Slot:
MaxHeapOperators

Class Description

See also:
Class TempStore.
Remarks:
This structure is used as part of a list of entries to store values into the TempStore.

Public Member Functions

  Slot ()
CoreExport  ~Slot ()

Public Attributes

void *  key
void *  pdata
int  nbytes
Slot next

Constructor & Destructor Documentation

Slot ( ) [inline]
Remarks:
Constructor. The data pointer is set to NULL.
{ pdata = NULL; }
CoreExport ~Slot ( )
Remarks:
Destructor. If data is allocated it is freed.

Member Data Documentation