string_convert.h
Go to the documentation of this file.
1 /* -*- mode:c++ -*- */
2 
14 #ifndef _String_H_
15 #define _String_H_
16 
17 #include "libhippo.h"
18 
19 #include <string>
20 
21 namespace hippodraw {
22 
27  namespace String {
28 
31  std::string MDL_HIPPOPLOT_API convert ( int i );
32 
35  std::string MDL_HIPPOPLOT_API convert ( unsigned int i );
36 
39  std::string MDL_HIPPOPLOT_API convert ( double value );
40 
43  bool MDL_HIPPOPLOT_API ci_equal(char ch1, char ch2);
44 
47  size_t MDL_HIPPOPLOT_API ci_find(const std::string& str1, const std::string& str2);
48 
49 
50 
51  } // end namespace String
52 } // end namespace hippodraw
53 
54 #endif // _String_H_

Generated for HippoDraw Class Library by doxygen