Launcher handler.  
 More...
#include <launcher_handler.h>
 | 
| virtual void  | onLaunching (int current, int total, const BenchmarkBase &benchmark, const Context &context, int attempt) | 
|   | Handle benchmark launching notification.  
  | 
|   | 
| virtual void  | onLaunched (int current, int total, const BenchmarkBase &benchmark, const Context &context, int attempt) | 
|   | Handle benchmark launched notification.  
  | 
|   | 
Launcher handler. 
Provides interface to handle progress notifications from benchmark launcher. 
Definition at line 21 of file launcher_handler.h.
 
◆ LauncherHandler() [1/3]
  
  
      
        
          | CppBenchmark::LauncherHandler::LauncherHandler  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ LauncherHandler() [2/3]
◆ LauncherHandler() [3/3]
◆ ~LauncherHandler()
  
  
      
        
          | virtual CppBenchmark::LauncherHandler::~LauncherHandler  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ onLaunched()
  
  
      
        
          | virtual void CppBenchmark::LauncherHandler::onLaunched  | 
          ( | 
          int  | 
          current,  | 
         
        
           | 
           | 
          int  | 
          total,  | 
         
        
           | 
           | 
          const BenchmarkBase &  | 
          benchmark,  | 
         
        
           | 
           | 
          const Context &  | 
          context,  | 
         
        
           | 
           | 
          int  | 
          attempt  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineprotectedvirtual   | 
  
 
 
◆ onLaunching()
  
  
      
        
          | virtual void CppBenchmark::LauncherHandler::onLaunching  | 
          ( | 
          int  | 
          current,  | 
         
        
           | 
           | 
          int  | 
          total,  | 
         
        
           | 
           | 
          const BenchmarkBase &  | 
          benchmark,  | 
         
        
           | 
           | 
          const Context &  | 
          context,  | 
         
        
           | 
           | 
          int  | 
          attempt  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineprotectedvirtual   | 
  
 
 
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Benchmark
◆ BenchmarkPC
◆ BenchmarkThreads
The documentation for this class was generated from the following file: