#include <libcomprex/module.h>
Data Fields | |
CxModuleType | type |
The type of module. | |
char * | filename |
The filename of the module. | |
char * | name |
The name of the module. | |
void * | handle |
The libtool handle. | |
unsigned int | refCount |
The module's reference count. | |
union { | |
CxArchiveOps * archive | |
CxSchemeOps * scheme | |
} | ops |
Operations. | |
CxModule * | prev |
The previous module in the list. | |
CxModule * | next |
The next module in the list. |
|
File operations.
|
|
The filename of the module.
|
|
The libtool handle.
|
|
The name of the module.
|
|
The next module in the list.
|
|
Operations.
|
|
The previous module in the list.
|
|
The module's reference count.
|
|
Scheme operations.
|
|
The type of module.
|