#include <envrnmnt.h>

Public Attributes | |
| unsigned int | initialized: 1 |
| unsigned long | environmentIndex |
| void * | context |
| void * | routerContext |
| void * | functionContext |
| void * | callbackContext |
| void ** | theData |
| void(** | cleanupFunctions )(void *) |
| struct environmentCleanupFunction * | listOfCleanupEnvironmentFunctions |
| struct environmentData * | next |
Definition at line 59 of file envrnmnt.h.
| unsigned int environmentData::initialized |
Definition at line 61 of file envrnmnt.h.
| unsigned long environmentData::environmentIndex |
Definition at line 62 of file envrnmnt.h.
| void* environmentData::context |
Definition at line 63 of file envrnmnt.h.
Definition at line 64 of file envrnmnt.h.
Definition at line 65 of file envrnmnt.h.
Definition at line 66 of file envrnmnt.h.
| void** environmentData::theData |
Definition at line 67 of file envrnmnt.h.
| void(** environmentData::cleanupFunctions)(void *) |
Definition at line 69 of file envrnmnt.h.
struct environmentData* environmentData::next [read] |
Definition at line 70 of file envrnmnt.h.
1.5.6