string_convert.h

Go to the documentation of this file.
00001 /* -*- mode:c++ -*- */
00002 
00014 #ifndef _String_H_
00015 #define _String_H_
00016 
00017 #include "libhippo.h"
00018 
00019 #include <string>
00020 
00021 namespace hippodraw {
00022 
00027   namespace String {
00028 
00031     std::string MDL_HIPPOPLOT_API convert ( int i );
00032 
00035     std::string MDL_HIPPOPLOT_API convert ( unsigned int i );
00036 
00039     std::string MDL_HIPPOPLOT_API convert ( double value );
00040 
00043     bool MDL_HIPPOPLOT_API ci_equal(char ch1, char ch2);
00044 
00047     size_t MDL_HIPPOPLOT_API ci_find(const std::string& str1, const std::string& str2);
00048 
00049 
00050 
00051   } // end namespace String
00052 } // end namespace hippodraw
00053 
00054 #endif // _String_H_

Generated for HippoDraw Class Library by doxygen