Skip to content

Context

class Context

Owns the factory registry, model store, and device probe cache.

Variables

Name Description
plugins_ Declared before registry_: borrowed plugin factories must drop before dlclose, and members destroy in reverse declaration order.

Variable Details

plugins_

std::vector<LoadedPlugin> plugins_

Declared before registry_: borrowed plugin factories must drop before dlclose, and members destroy in reverse declaration order.