Lumiera
0.pre.03
»edit your freedom«
|
Functions | |
LumieraInterface | register_and_open (LumieraInterface descriptor) |
takes a (single) instance definitions, as typically created when defining interfaces for external use, and registers it with the InterfaceSystem. More... | |
void | throwIfError () |
bool | verify_validity (LumieraInterface ifa) |
do a lookup within the interfaceregistry using the name/version found within the interface handle, to ensure it is still valid and registered | |
LumieraInterface lumiera::anonymous_namespace{instancehandle.hpp}::register_and_open | ( | LumieraInterface | descriptor | ) |
takes a (single) instance definitions, as typically created when defining interfaces for external use, and registers it with the InterfaceSystem.
Then uses the data found in the given instance descriptor to open an instance handle.
error::Config | when the registration process fails |
Definition at line 82 of file instancehandle.hpp.