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

ConstList.h

Go to the documentation of this file.
00001 // 
00002 // Copyright (C) CERN, Geneva 
00003 // 
00004 
00005 #ifndef _CONSTLIST_H_
00006 #define _CONSTLIST_H_
00007  
00008 #include "BasicListParser.h"
00009 
00020 class ConstList : public BasicListParser {
00021 public:
00022   // Constructor
00023   ConstList() {};
00024   // Destructor
00025   ~ConstList();
00027   bool parse( AIDA_STD::string a_string ); 
00029   bool parseTerm( AIDA_STD::string a_string , size_t whichTerm); 
00030 };
00031 
00032 #endif // _CONSTLIST_H_
00033 

Generated on Tue May 20 14:50:25 2003 for HepUtilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002