#include <Transport.h>
◆ Stats()
      
        
          | TAO::Transport::Stats::Stats  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~Stats()
  
  
      
        
          | TAO::Transport::Stats::~Stats  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ bytes_received()
◆ bytes_sent()
◆ messages_received() [1/2]
◆ messages_received() [2/2]
      
        
          | void TAO::Transport::Stats::messages_received  | 
          ( | 
          size_t  | 
          message_length | ) | 
           | 
        
      
 
 
◆ messages_sent() [1/2]
◆ messages_sent() [2/2]
      
        
          | void TAO::Transport::Stats::messages_sent  | 
          ( | 
          size_t  | 
          message_length | ) | 
           | 
        
      
 
 
◆ opened_since() [1/2]
◆ opened_since() [2/2]
◆ bytes_rcvd_
◆ bytes_sent_
◆ messages_rcvd_
The bytes_rcvd_.samples_count() could have been used instead, however there was a suspicion that 32 bits would be insufficient. 
 
 
◆ messages_sent_
The bytes_sent_.samples_count() could have been used instead, however there was a suspicion that 32 bits would be insufficient. 
 
 
◆ opened_since_
◆ stat_mutex_
Mutex guarding the internal state of the statistics. 
 
 
The documentation for this class was generated from the following files: