#include <OperationGlobals.hh>
 | 
| static std::ostream *  | outputStream_ = &std::cout | 
|   | The global output stream, defaults to std::cout.  
  | 
|   | 
Definition at line 40 of file OperationGlobals.hh.
 
◆ OperationGlobals() [1/2]
  
  
      
        
          | OperationGlobals::OperationGlobals  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Instantiation not allowed. 
 
 
◆ OperationGlobals() [2/2]
◆ operator=()
◆ outputStream()
  
  
      
        
          | std::ostream & OperationGlobals::outputStream  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ runtimeError()
  
  
      
        
          | void OperationGlobals::runtimeError  | 
          ( | 
          const char *  | 
          message,  | 
         
        
           | 
           | 
          const char *  | 
          file,  | 
         
        
           | 
           | 
          int  | 
          line,  | 
         
        
           | 
           | 
          const Operation &  | 
          parent  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Throws an exception with a message
- Parameters
 - 
  
    | message | Message  | 
    | file | FILE  | 
    | line | LINE  | 
    | parent | parent operation  | 
  
   
- Exceptions
 - 
  
  
 
Definition at line 73 of file OperationGlobals.cc.
   77                             {
   79        parent.
name(), std::string(
" ") + parent.
name() + 
": " + message);
 
   80}
virtual TCEString name() const
 
 
References Operation::name().
 
 
◆ setOutputStream()
  
  
      
        
          | void OperationGlobals::setOutputStream  | 
          ( | 
          std::ostream &  | 
          newOutputStream | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ outputStream_
  
  
      
        
          | std::ostream * OperationGlobals::outputStream_ = &std::cout | 
         
       
   | 
  
staticprivate   | 
  
 
 
The documentation for this class was generated from the following files: