7#ifndef RIME_REGISTRY_H_
8#define RIME_REGISTRY_H_
#define RIME_DLL
Definition rime_api.h:33
Definition component.h:14
static RIME_DLL Registry & instance()
Definition registry.cc:47
void Clear()
Definition registry.cc:31
map< string, ComponentBase * > ComponentMap
Definition registry.h:19
RIME_DLL ComponentBase * Find(const string &name)
Definition registry.cc:39
RIME_DLL void Register(const string &name, ComponentBase *component)
Definition registry.cc:13
RIME_DLL void Unregister(const string &name)
Definition registry.cc:22