Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

CConversion.hh

Go to the documentation of this file.
00001 #ifndef CCONVERSION_HH
00002 #define CCONVERSION_HH
00003  
00004 #include <iostream>
00005 #include <sstream>
00006 #include <CRlcException.hh>
00007 
00008 float StrToFloat(std::string s);
00009 float StrToFloat(std::string s,float def);
00010 int StrToInt(std::string s);
00011 int StrToInt(std::string s,int def);
00012 
00013 #endif 

Generated on Sun Jan 16 11:05:56 2005 for RolLerCoaster by  doxygen 1.3.9.1