#include <CppContainer.hxx>
Public Member Functions | |
LocalLibrary (void *h, InitFunction i, RunFunction r, PingFunction p, TerminateFunction t) | |
LocalLibrary () | |
bool | good () |
Public Attributes | |
void * | handle |
InitFunction | initHandle |
RunFunction | runHandle |
PingFunction | pingHandle |
TerminateFunction | terminateHandle |
Definition at line 38 of file CppContainer.hxx.
|
inline |
Definition at line 54 of file CppContainer.hxx.
|
inline |
Definition at line 59 of file CppContainer.hxx.
|
inline |
Definition at line 63 of file CppContainer.hxx.
References handle, initHandle, runHandle, and terminateHandle.
Referenced by YACS::ENGINE::CppContainer::loadComponentLibrary().
void* YACS::ENGINE::LocalLibrary::handle |
Definition at line 43 of file CppContainer.hxx.
Referenced by good().
InitFunction YACS::ENGINE::LocalLibrary::initHandle |
Definition at line 46 of file CppContainer.hxx.
Referenced by YACS::ENGINE::LocalContainer::createInternalInstance(), and good().
PingFunction YACS::ENGINE::LocalLibrary::pingHandle |
Definition at line 48 of file CppContainer.hxx.
Referenced by YACS::ENGINE::LocalContainer::createInternalInstance().
RunFunction YACS::ENGINE::LocalLibrary::runHandle |
Definition at line 47 of file CppContainer.hxx.
Referenced by YACS::ENGINE::LocalContainer::createInternalInstance(), and good().
TerminateFunction YACS::ENGINE::LocalLibrary::terminateHandle |
Definition at line 49 of file CppContainer.hxx.
Referenced by YACS::ENGINE::LocalContainer::createInternalInstance(), and good().