CppUnit project page FAQ CppUnit home page

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

TypeInfoHelper.h

Go to the documentation of this file.
00001 #ifndef CPPUNIT_TYPEINFOHELPER_H
00002 #define CPPUNIT_TYPEINFOHELPER_H
00003 
00004 #include <cppunit/Portability.h>
00005 
00006 #if CPPUNIT_USE_TYPEINFO_NAME
00007 
00008 #include <typeinfo>
00009 
00010 
00011 namespace CppUnit {
00012 
00015   class CPPUNIT_API TypeInfoHelper
00016   {
00017   public:
00024     static std::string getClassName( const std::type_info &info );
00025   };
00026 
00027 }  // namespace CppUnit
00028 
00029 #endif
00030 
00031 #endif  // CPPUNIT_TYPEINFOHELPER_H

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers