string_convert.cxx File Reference


Detailed Description

String conversion functions.

Copyright (C) 2005 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.

Id
string_convert.cxx,v 1.3 2007/03/12 21:33:45 pfkeb Exp

Definition in file string_convert.cxx.

#include "string_convert.h"
#include <sstream>
#include <algorithm>
#include <cassert>

Include dependency graph for string_convert.cxx:

string_convert.hlibhippo.h

Go to the source code of this file.

Namespaces

namespace  hippodraw
namespace  hippodraw::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.


Generated for HippoDraw Class Library by doxygen