13 _groups[name] = std::move(group);
24 return &*(
_groups.find(name)->second);
void removeGroup(const std::string &name)
void addGroup(const std::string &name, std::unique_ptr< HebirosGroup > group)
static HebirosGroupRegistry & Instance()
HebirosGroup * getGroup(const std::string &name)
std::map< std::string, std::unique_ptr< HebirosGroup > > _groups
bool hasGroup(const std::string &name) const