| 
    rippled
    
   | 
 


Public Types | |
| using | Items = std::unordered_map< std::string, std::shared_ptr< Group >, uhash<> > | 
Public Member Functions | |
| GroupsImp (Collector::ptr const &collector) | |
| ~GroupsImp ()=default | |
| Group::ptr const & | get (std::string const &name) override | 
| Find or create a new collector with a given name.   | |
| Group::ptr const & | operator[] (std::string const &name) | 
Public Attributes | |
| Collector::ptr | m_collector | 
| Items | m_items | 
Definition at line 84 of file Groups.cpp.
| using beast::insight::detail::GroupsImp::Items = std::unordered_map<std::string, std::shared_ptr<Group>, uhash<> > | 
Definition at line 87 of file Groups.cpp.
      
  | 
  explicit | 
Definition at line 93 of file Groups.cpp.
      
  | 
  default | 
      
  | 
  overridevirtual | 
Find or create a new collector with a given name.
Implements beast::insight::Groups.
Definition at line 100 of file Groups.cpp.
      
  | 
  inherited | 
| Collector::ptr beast::insight::detail::GroupsImp::m_collector | 
Definition at line 90 of file Groups.cpp.
| Items beast::insight::detail::GroupsImp::m_items | 
Definition at line 91 of file Groups.cpp.