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