22 #ifndef ROBOTTESTINGFRAMEWORK_SHAREDLIBRARYCLASSFACTORY_H 23 #define ROBOTTESTINGFRAMEWORK_SHAREDLIBRARYCLASSFACTORY_H 69 #endif // ROBOTTESTINGFRAMEWORK_SHAREDLIBRARYCLASSFACTORY_H
SharedLibraryClassFactory()
SharedLibraryClassFactory(const char *dll_name, const char *fn_name=0)
bool isValid() const
Check if factory is configured and present.
A wrapper for a named factory method in a named shared library.
void(* destroy)(void *obj)
A type-safe wrapper for SharedLibraryFactory, committing to creation/destruction of instances of a pa...
const SharedLibraryClassApi & getApi() const
Get the factory API, which has creation/deletion methods.