Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Utility.h

Go to the documentation of this file.
00001 #ifndef UTILITY_HEADER
00002 #define UTILITY_HEADER
00003 #include <string>
00004 namespace rwil {
00006   std::string IntToString(int input);
00008   int StringToInt(std::string input);
00009 }
00010 #endif

Generated on Tue Apr 9 13:53:08 2002 for RWIL - Real World Interface Library by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001