|  | 
| std::ostream & | operator<< (std::ostream &o, const HiHistory &h) | 
|  | Output operator for history events. 
 | 
|  | 
Definition at line 30 of file HiCalTypes.h.
 
◆ HiHistory() [1/2]
  
  | 
        
          | Isis::HiHistory::HiHistory | ( |  | ) |  |  | inline | 
 
 
◆ HiHistory() [2/2]
  
  | 
        
          | Isis::HiHistory::HiHistory | ( | const HiHistory & | h | ) |  |  | inline | 
 
 
◆ ~HiHistory()
  
  | 
        
          | virtual Isis::HiHistory::~HiHistory | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ add()
  
  | 
        
          | void Isis::HiHistory::add | ( | const QString & | event | ) |  |  | inline | 
 
 
◆ clear()
  
  | 
        
          | void Isis::HiHistory::clear | ( |  | ) |  |  | inline | 
 
 
◆ get()
  
  | 
        
          | QString Isis::HiHistory::get | ( | unsigned int | index = 0 | ) | const |  | inline | 
 
 
◆ makekey()
  
  | 
        
          | PvlKeyword Isis::HiHistory::makekey | ( | const QString & | name = "History" | ) | const |  | inline | 
 
 
◆ size()
  
  | 
        
          | int Isis::HiHistory::size | ( |  | ) | const |  | inline | 
 
 
◆ operator<<
  
  | 
        
          | std::ostream & operator<< | ( | std::ostream & | o, |  
          |  |  | const HiHistory & | h ) |  | friend | 
 
Output operator for history events. 
- Parameters
- 
  
    | o | Output stream |  | h | History class to write contents of |  
 
- Returns
- std::ostream& Returns new state of stream 
Definition at line 39 of file HiCalTypes.h.
 
 
◆ _events
  
  | 
        
          | std::vector<QString> Isis::HiHistory::_events |  | private | 
 
 
The documentation for this class was generated from the following file: