#include <zeusbase/System/Interfaces/IXObjectImplHelper.hpp>
#include <zeusbase/System/Interfaces/IZUnknownImplHelper.hpp>
#include <zeusbase/System/Interfaces/ISingletonManager.hpp>
#include <zeusbase/System/LibraryManager.h>
#include <zeusbase/ZeusBase.h>
Go to the source code of this file.
Define Documentation
| #define MregisterLibrary |
( |
|
codemodulename ) |
|
Value:Complete register function for simple modules
- Parameters:
-
| codemodulename | : Name of the codemodule (string) |
| #define MregisterLibrary_End |
Value:End of the register function
| #define MregisterLibrary_Start |
( |
|
codemodulename ) |
|
Value:The MregisterLibrary_Start starts the register of object factories, library loader interface and other common singletons of the framework
- Parameters:
-
| codemodulename | : Name of the codemodule (string) |
| #define MunregisterLibrary |
( |
) |
|
Value:Complete unregister function for simple modules, which releases all delegation interfaces of the common framework singletons
| #define MunregisterLibrary_End |
Value:End of the unregister function
| #define MunregisterLibrary_Start |
( |
) |
|
Value:Start of the unregister function, which releases all delegation interfaces of the common framework singletons