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

/home/pauldt/projects/IDEA/IDEA-ALL/IDEA-DEV/Modules/PLASMA/PlanServer/Includes/PlasmaNumericLimitsImpl.hh

Go to the documentation of this file.
00001 // -*- Mode: C++ -*-
00002 //      CVS: $Id: PlasmaNumericLimitsImpl.hh,v 1.3 2005/11/08 18:32:50 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/IDEA-DEV/COPYRIGHT
00005 
00006 #ifndef PLASMA_NUMERIC_LIMITS_IMPLEMENTATION
00007 #define PLASMA_NUMERIC_LIMITS_IMPLEMENTATION
00008 
00009 #include "PslNumericLimitsImpl.hh"
00010 
00011 namespace IDEA
00012 {
00020   class PlasmaNumericLimitsImpl:
00021     public PslNumericLimitsImpl
00022   {
00023   public:
00024     PlasmaNumericLimitsImpl();
00025     
00026     ~PlasmaNumericLimitsImpl();
00027 
00028     int getMaxInt();
00029     int getMinInt();
00030     double getMaxReal();
00031     double getMinReal();
00032 
00033     Time getLatestTime();
00034     Time getEarliestTime();
00035   };
00036 }
00037 
00038 #endif // PLASMA_NUMERIC_LIMITS_IMPLEMENTATION

Contact information
© IDEA
Generated on Fri Feb 3 17:09:42 2006 for IDEA.