Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

ntostr.h

Go to the documentation of this file.
00001 #ifndef DVTHREAD_NTOSTR_H
00002 #define DVTHREAD_NTOSTR_H
00003 // $Id: ntostr.h,v 1.1 2006/06/20 17:50:45 dvermeir Exp $
00004 #include <string>
00005 
00006 namespace Dv {
00007   namespace Thread {
00008     std::string ntostr(unsigned long n);
00009     std::string ntostr(int n);
00010     std::string ntostr(unsigned int n);
00011   }
00012 }
00013 
00014 #endif

dvthread-0.5.0 [22 June, 2006]