Classes | |
| class | mfc_library_loader |
| class | dynamic_library_loader |
| class | vl_data_pack |
| helps to make construction parameter passing more generic. More... | |
| class | virtual_library |
Typedefs | |
| typedef virtual_library * | creation_function (vl_data_pack ¶meters) |
Here, the functions are mainly for loading the DLL and ensuring that it receives the expected parameters. Derived classes may add more required functionality as needed but should not deviate from the creation support defined here.
| typedef virtual_library* library_plugins::creation_function(vl_data_pack ¶meters) |
Definition at line 32 of file dynamic_loader.cpp.
1.5.1