Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Hi Class Reference

List of all members.

Public Member Functions

 Hi (int i, float t)
bool operator< (const class Hi &other) const

Public Attributes

int index
float time

Constructor & Destructor Documentation

Hi::Hi int  i,
float  t
[inline]
 

Definition at line 135 of file ChopModule.cxx.

00135 : index(i), time(t) {};


Member Function Documentation

bool Hi::operator< const class Hi other  )  const [inline]
 

Definition at line 136 of file ChopModule.cxx.

00136 { return time < other.time; };


Member Data Documentation

int Hi::index
 

Definition at line 133 of file ChopModule.cxx.

float Hi::time
 

Definition at line 134 of file ChopModule.cxx.


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:16 2010 for loon by  doxygen 1.3.9.1