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_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
unsigned int i
size_t ci_find(const string &str1, const string &str2)
Case insensitive find.
bool ci_equal(char ch1, char ch2)
Case insensitive equal.
string convert(int i)
Converts an integer to a string.

Generated for HippoDraw Class Library by doxygen