#include <entities_manager.h>
 | 
| using  | Snapshot = std::vector< std::pair< std::string, uint64_t > > | 
|   | 
 | 
| static std::shared_mutex  | mutex | 
|   | 
◆ Snapshot
◆ fetch_counters()
  
  
      
        
          | const Snapshot & mrs::observability::EntitiesManager::fetch_counters  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ record_entity()
  
  
      
        
          | void mrs::observability::EntitiesManager::record_entity  | 
          ( | 
          std::unique_ptr< Entity > &&  | 
          entity | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ entities_
  
  
      
        
          | std::vector<std::unique_ptr<Entity> > mrs::observability::EntitiesManager::entities_ | 
         
       
   | 
  
private   | 
  
 
 
◆ snapshoot_
  
  
      
        
          | Snapshot mrs::observability::EntitiesManager::snapshoot_ | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: