common.h File Reference

Go to the source code of this file.

Classes

class  eat

Functions

template<class Type >
const Type fromString (const std::string &strString)
template<class Type >
const bool fromString (Type &tValue, const std::string &strString)
template<class Type >
const std::string toString (const Type &tValue)
const std::string trimLeft (const std::string &str, const std::string &strWhitespace="\n\r\t ")
const std::string trimRight (const std::string &str, const std::string &strWhitespace="\n\r\t ")
const std::string trim (const std::string &str, const std::string &strWhitespace="\n\r\t ")
std::istream & operator>> (std::istream &is, eat &e)


Function Documentation

template<class Type >
const bool fromString ( Type &  tValue,
const std::string &  strString 
) [inline]

template<class Type >
const Type fromString ( const std::string &  strString  )  [inline]

std::istream& operator>> ( std::istream &  is,
eat e 
) [inline]

References eat::process().

template<class Type >
const std::string toString ( const Type &  tValue  )  [inline]

const std::string trim ( const std::string &  str,
const std::string &  strWhitespace = "\n\r\t " 
) [inline]

References trimLeft(), and trimRight().

Referenced by Arguments::Arguments().

const std::string trimLeft ( const std::string &  str,
const std::string &  strWhitespace = "\n\r\t " 
) [inline]

Referenced by trim().

const std::string trimRight ( const std::string &  str,
const std::string &  strWhitespace = "\n\r\t " 
) [inline]

Referenced by trim().


Generated on Mon Jan 12 21:15:45 2009 for Volume Visualization by  doxygen 1.5.8