AXCEL C++ Framework
Elegance through abstraction
|
Dynamic library loading. More...
#include <axcel.h>
Public Member Functions | |
virtual string | type () |
Get type of object. | |
virtual | operator string () |
Convert to string. | |
library () | |
~library () | |
library & | operator= (const char *libname) |
library & | operator= (library s) |
bool | operator== (library s) |
bool | operator!= (library s) |
void * | operator[] (const char *name) |
Public Attributes | |
void * | fd |
Dynamic library loading.
Used for loading a shared library or DLL and executing it's exported subprocedures.
axcel::proc::library::operator string | ( | ) | [virtual] |
Convert to string.
Implements axcel::object.
proc::library & axcel::proc::library::operator= | ( | library | s | ) |
proc::library & axcel::proc::library::operator= | ( | const char * | libname | ) |
void * axcel::proc::library::operator[] | ( | const char * | name | ) |
string axcel::proc::library::type | ( | ) | [virtual] |
void* axcel::proc::library::fd |