Atlfast::TestValue Class Reference

#include <TestValue.h>

List of all members.

Public Member Functions

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

Private Attributes

int m_id
double m_value


Detailed Description

Definition at line 7 of file TestValue.h.


Constructor & Destructor Documentation

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

Definition at line 10 of file TestValue.h.

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


Member Function Documentation

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

Definition at line 11 of file TestValue.h.

00011 {return m_value;}

bool Atlfast::TestValue::operator< ( const TestValue other  )  const [inline]

Definition at line 12 of file TestValue.h.

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.

double Atlfast::TestValue::m_value [private]

Definition at line 18 of file TestValue.h.


The documentation for this class was generated from the following file:
Generated on Mon Sep 24 14:19:42 2007 for AtlfastAlgs by  doxygen 1.5.1