|  | 
| std::shared_ptr< hep::concurrency::SerialTaskQueue > | queue_ | 
|  | 
| std::atomic< unsigned long > | counter_ {0ul} | 
|  | 
Definition at line 24 of file SharedResourcesRegistry.h.
 
      
        
          | art::SharedResourcesRegistry::QueueAndCounter::QueueAndCounter | ( |  | ) |  | 
      
 
Definition at line 29 of file SharedResourcesRegistry.cc.
   30     : 
queue_{std::make_shared<hep::concurrency::SerialTaskQueue>()}
 std::shared_ptr< hep::concurrency::SerialTaskQueue > queue_
 
 
  
  | 
        
          | art::SharedResourcesRegistry::QueueAndCounter::QueueAndCounter | ( | QueueAndCounter const & |  | ) |  |  | delete | 
 
 
  
  | 
        
          | art::SharedResourcesRegistry::QueueAndCounter::QueueAndCounter | ( | QueueAndCounter && |  | ) |  |  | delete | 
 
 
      
        
          | std::atomic<unsigned long> art::SharedResourcesRegistry::QueueAndCounter::counter_ {0ul} | 
      
 
 
      
        
          | std::shared_ptr<hep::concurrency::SerialTaskQueue> art::SharedResourcesRegistry::QueueAndCounter::queue_ | 
      
 
 
The documentation for this class was generated from the following files: