Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

odebugmapper.h

Go to the documentation of this file.
00001 
00002 /*
00003  * debug value mapper - generated by regen.py - (C) Michael 'Mickey' Lauer <mickey@vanille.de>
00004  */
00005 
00006 #ifndef DEBUGMAPPER_H
00007 #define DEBUGMAPPER_H
00008 
00009 #include <qstring.h>
00010 #include <qintdict.h>
00011 
00012 namespace Opie {
00013 namespace Net  {
00014 namespace Internal {
00015 
00016 typedef QIntDict<QString> IntStringMap;
00017 
00018 class DebugMapper
00019 {
00020   public:
00021     DebugMapper();
00022     ~DebugMapper();
00023 
00024     const QString& map( int value ) const;
00025   private:
00026     IntStringMap _map;
00027     class Private;
00028     Private *d;
00029 };
00030 
00031 }
00032 }
00033 }
00034 
00035 #endif
00036 

Generated on Sat Nov 5 16:16:12 2005 for OPIE by  doxygen 1.4.2