Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/CLHEP/Cast/itos.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // ----------------------------------------------------------------------
0002 //
0003 // itos - convert (long) integer to string
0004 //
0005 // History:
0006 //   19-Dec-1997  WEB  Initial draft
0007 //   14-Feb-2000  WEB  Improve C++ Standard compliance
0008 //
0009 // ----------------------------------------------------------------------
0010 
0011 
0012 #ifndef STRING_INCLUDED
0013 #define STRING_INCLUDED
0014 #include <string>
0015 #endif
0016 
0017 std::string itos( long i );