Isis 3 Programmer Reference
Isis::HiHistory Class Reference
Collaboration diagram for Isis::HiHistory:
Collaboration graph

Public Member Functions

 HiHistory (const HiHistory &h)
 
int size () const
 
void add (const QString &event)
 
QString get (unsigned int index=0) const
 
void clear ()
 
PvlKeyword makekey (const QString &name="History") const
 

Private Attributes

std::vector< QString > _events
 

Friends

std::ostream & operator<< (std::ostream &o, const HiHistory &h)
 Output operator for history events. More...
 

Detailed Description

Definition at line 43 of file HiCalTypes.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
const HiHistory h 
)
friend

Output operator for history events.

Parameters
oOutput stream
hHistory class to write contents of
Returns
std::ostream& Returns new state of stream

Definition at line 52 of file HiCalTypes.h.


The documentation for this class was generated from the following file: