Functions
hippodraw::String Namespace Reference

The namespace for conversion to string and search of string. More...

Functions

bool ci_equal (char ch1, char ch2)
 Case insensitive equal.
size_t ci_find (const std::string &str1, const std::string &str2)
 Case insensitive find.
string convert (unsigned int i)
 Converts an unsigned integer to a string.
string convert (double value)
 Converts a double to a string.
string convert (int i)
 Converts an integer to a string.

Detailed Description

The namespace for conversion to string and search of string.

Author:
Paul F. Kunz <Paul_Kunz@slac.stanford.edu>
Xie Fang <xiefang@stanford.edu>

Function Documentation

bool MDL_HIPPOPLOT_API ci_equal ( char  ch1,
char  ch2 
)

Case insensitive equal.

Definition at line 78 of file string_convert.cxx.

Referenced by ci_find().

size_t MDL_HIPPOPLOT_API ci_find ( const string &  str1,
const string &  str2 
)
std::string MDL_HIPPOPLOT_API convert ( unsigned int  i)

Converts an unsigned integer to a string.

Definition at line 48 of file string_convert.cxx.

std::string MDL_HIPPOPLOT_API convert ( double  v)

Converts a double to a string.

Definition at line 63 of file string_convert.cxx.

std::string MDL_HIPPOPLOT_API convert ( int  i)

Converts an integer to a string.

Definition at line 33 of file string_convert.cxx.


Generated for HippoDraw Class Library by doxygen