CLHEP 2.0.4.7 Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

itos.h

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------
00002 //
00003 // itos - convert (long) integer to string
00004 //
00005 // History:
00006 //   19-Dec-1997  WEB  Initial draft
00007 //   14-Feb-2000  WEB  Improve C++ Standard compliance
00008 //
00009 // ----------------------------------------------------------------------
00010 
00011 
00012 #ifndef STRING_INCLUDED
00013 #define STRING_INCLUDED
00014 #include <string>
00015 #endif
00016 
00017 std::string itos( long i );

Generated on Thu Jul 1 22:02:30 2010 for CLHEP by  doxygen 1.4.7