Go to the documentation of this file.00001 #ifndef EPETRAEXT_UTILS_H
00002 #define EPETRAEXT_UTILS_H
00003
00004 namespace EpetraExt
00005 {
00006 std::string toString(const int& x);
00007 std::string toString(const unsigned int& x);
00008 std::string toString(const double& x);
00009 }
00010
00011 #endif