USGS

Isis 3.0 Application Source Code Reference

Home

HiHistory Class Reference

#include <HiCalTypes.h>

List of all members.

Public Member Functions

 HiHistory ()
 HiHistory (const HiHistory &h)
virtual ~HiHistory ()
int size () const
void add (const std::string &event)
std::string get (unsigned int index=0) const
void clear ()
PvlKeyword makekey (const std::string &name="History") const

Friends

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

Detailed Description

Author:
????-??-?? Unknown

Definition at line 46 of file HiCalTypes.h.


Constructor & Destructor Documentation

HiHistory (  )  [inline]

Definition at line 62 of file HiCalTypes.h.

HiHistory ( const HiHistory h  )  [inline]

Definition at line 63 of file HiCalTypes.h.

virtual ~HiHistory (  )  [inline, virtual]

Definition at line 64 of file HiCalTypes.h.


Member Function Documentation

int size (  )  const [inline]

Definition at line 66 of file HiCalTypes.h.

void add ( const std::string &  event  )  [inline]

Definition at line 67 of file HiCalTypes.h.

std::string get ( unsigned int  index = 0  )  const [inline]

Definition at line 68 of file HiCalTypes.h.

void clear (  )  [inline]

Definition at line 77 of file HiCalTypes.h.

PvlKeyword makekey ( const std::string &  name = "History"  )  const [inline]

Definition at line 79 of file HiCalTypes.h.


Friends And Related Function Documentation

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 55 of file HiCalTypes.h.


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