Events of a command.  
 More...
#include <trace_span.h>
◆ active() [1/2]
  
  
      
        
          | bool TraceSpan::active  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ active() [2/2]
  
  
      
        
          | void TraceSpan::active  | 
          ( | 
          bool  | 
          v | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ clear()
  
  
      
        
          | void TraceSpan::clear  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ empty()
  
  
      
        
          | bool TraceSpan::empty  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ events() [1/2]
◆ events() [2/2]
  
  
      
        
          | const std::list< TraceEvent > & TraceSpan::events  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator bool()
  
  
      
        
          | TraceSpan::operator bool  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ start_system_time_point()
  
  
      
        
          | std::chrono::system_clock::time_point TraceSpan::start_system_time_point  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ start_time_point()
  
  
      
        
          | std::chrono::steady_clock::time_point TraceSpan::start_time_point  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ active_
  
  
      
        
          | bool TraceSpan::active_ {false} | 
         
       
   | 
  
private   | 
  
 
 
◆ events_
◆ start_system_time_point_
  
  
      
        
          | std::chrono::system_clock::time_point TraceSpan::start_system_time_point_ | 
         
       
   | 
  
private   | 
  
 
Initial value:{
      std::chrono::system_clock::now()}
 
 
 
◆ start_time_point_
  
  
      
        
          | std::chrono::steady_clock::time_point TraceSpan::start_time_point_ | 
         
       
   | 
  
private   | 
  
 
Initial value:{
      std::chrono::steady_clock::now()}
 
 
 
The documentation for this class was generated from the following file: