33 std::unique_ptr<Impl> impl_;
Instance management for Viam C++ SDK applications. This is a single instance class which is responsib...
Definition instance.hpp:13
static Instance & current(Creation)
Get the current Instance according to the Creation behavior.
Creation
Enumeration for creation behavior of current.
Definition instance.hpp:16
@ if_needed
Use existing instance if present, else create one.
@ open_existing
Instance must already exist.
A registry of known resources.
Definition registry.hpp:104
Definition instance.hpp:9