string_convert.h File Reference


Detailed Description

The namespace for conversion to string.

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

Id
string_convert.h,v 1.4 2007/03/12 21:33:45 pfkeb Exp

Definition in file string_convert.h.

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

Include dependency graph for string_convert.h:

libhippo.h

This graph shows which files directly or indirectly include this file:

FunctionController.cxxDataSource.cxxDataSourceController.cxxNTuple.cxxNTupleController.cxxFitsController.cxxFitsFile.cxxFitsNTuple.cxxLinearSumFunction.cxxMinuitMigrad.cxxstring_convert.cxxPlotterBase.cxxPyDataSource.cxxInspector.cxxQtXmlElement.cxxAverageTextRep.cxxAxisRepBase.cxxAxisRepColor.cxxBoxTextRep.cxxFuncChiRep.cxxFuncParmRep.cxxOverflowTextRep.cxxTotalTextRep.cxxUnderflowTextRep.cxxRootNTuple.cxxFunctionProjectorXML.cxxNTupleProjectorXML.cxxNTupleXML.cxxPlotterBaseXML.cxx

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