Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Atlfast::TestValue Class Reference

#include <TestValue.h>

List of all members.


Public Methods

 TestValue (int i, double v)
double value () const
bool operator< (const TestValue &other) const

Private Attributes

int m_id
double m_value

Constructor & Destructor Documentation

Atlfast::TestValue::TestValue int    i,
double    v
[inline]
 

Definition at line 10 of file TestValue.h.

References m_id, and m_value.

00010 :m_id(i), m_value(v) {}

Member Function Documentation

double Atlfast::TestValue::value   const [inline]
 

Definition at line 11 of file TestValue.h.

References m_value.

00011 {return m_value;}

bool Atlfast::TestValue::operator< const TestValue &    other const [inline]
 

Definition at line 12 of file TestValue.h.

References m_id.

00012                                                 { 
00013       if (m_id < other.m_id) return true;
00014       return false;
00015     }

Member Data Documentation

int Atlfast::TestValue::m_id [private]
 

Definition at line 17 of file TestValue.h.

Referenced by operator<(), and TestValue().

double Atlfast::TestValue::m_value [private]
 

Definition at line 18 of file TestValue.h.

Referenced by TestValue(), and value().


The documentation for this class was generated from the following file:
Generated on Tue Mar 18 11:19:00 2003 for AtlfastAlgs by doxygen1.3-rc1