#include <jit_executor_context.h>
◆ ~IContext()
  
  
      
        
          | virtual jit_executor::IContext::~IContext  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ execute()
  
  
      
        
          | virtual std::string jit_executor::IContext::execute  | 
          ( | 
          const std::string &  | 
          module,  | 
         
        
           | 
           | 
          const std::string &  | 
          object,  | 
         
        
           | 
           | 
          const std::string &  | 
          function,  | 
         
        
           | 
           | 
          const std::vector< shcore::Value > &  | 
          parameters,  | 
         
        
           | 
           | 
          int  | 
          timeout,  | 
         
        
           | 
           | 
          ResultType  | 
          result_type,  | 
         
        
           | 
           | 
          const GlobalCallbacks &  | 
          global_callbacks  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ id()
  
  
      
        
          | virtual size_t jit_executor::IContext::id  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ is_idle()
  
  
      
        
          | virtual bool jit_executor::IContext::is_idle  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ wait_for_idle()
  
  
      
        
          | virtual bool jit_executor::IContext::wait_for_idle  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
The documentation for this class was generated from the following file: