#include "libhippo.h"
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | hippodraw |
| Namespace for HippoDraw. | |
| namespace | hippodraw::String |
| The namespace for conversion to string and search of string. | |
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 (double value) |
| Converts a double to a string. | |
| string | convert (unsigned int i) |
| Converts an unsigned integer to a string. | |
| string | convert (int i) |
| Converts an integer to a string. | |
Copyright (C) 2005 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.
Definition in file string_convert.h.