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/Core/PlanServer/Includes/PslDataTypes.hh

Go to the documentation of this file.
00001 // -*- Mode: C++ -*-
00002 //      CVS: $Id: PslDataTypes.hh,v 1.4 2005/11/08 18:32:41 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/IDEA-DEV/COPYRIGHT
00005 #ifndef PSL_DATA_TYPES_HEADER_FILE
00006 #define PSL_DATA_TYPES_HEADER_FILE
00007 
00008 #include "Utilities.hh"
00009 
00010 namespace IDEA
00011 {
00020     typedef enum 
00021     {
00022       INVALID = 0, 
00023       INT, 
00024       REAL, 
00025       BOOL, 
00026       LABEL, 
00027       OBJECT, 
00028       TIMELINE, 
00029       OTHER, 
00030       STRING  
00031     } PslDataType;
00032 
00033   std::ostream& operator<<( std::ostream& os, const PslDataType& dt );
00037 }
00038 
00039 #endif //PSL_DATA_TYPES_HEADER_FILE

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