Public Member Functions | Public Attributes

Slot Struct Reference

Search for all occurrences

Detailed Description

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

#include <control.h>

Inheritance diagram for Slot:
Inheritance graph
[legend]

List of all members.

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

void* key
void* pdata
int nbytes