#include <assert_only_one_thread.h>
|  | 
|  | ThreadCounter (char const *filename, unsigned const linenum, char const *funcname) | 
|  | 
Definition at line 30 of file assert_only_one_thread.h.
 
  
  | 
        
          | cet::detail::ThreadCounter::ThreadCounter | ( | char const * | filename, |  
          |  |  | unsigned const | linenum, |  
          |  |  | char const * | funcname |  
          |  | ) |  |  |  | inlineexplicit | 
 
 
  
  | 
        
          | std::atomic<unsigned> cet::detail::ThreadCounter::counter_ {0u} |  | private | 
 
 
  
  | 
        
          | std::string const cet::detail::ThreadCounter::filename_ |  | private | 
 
 
  
  | 
        
          | std::string const cet::detail::ThreadCounter::funcname_ |  | private | 
 
 
  
  | 
        
          | unsigned const cet::detail::ThreadCounter::linenum_ |  | private | 
 
 
The documentation for this class was generated from the following file: