CppUnit project page FAQ

TypeInfoHelper.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_TYPEINFOHELPER_H
2 #define CPPUNIT_TYPEINFOHELPER_H
3 
4 #include <cppunit/Portability.h>
5 
6 #if CPPUNIT_HAVE_RTTI
7 
8 #include <typeinfo>
9 #include <string>
10 
12 
13 
16  class CPPUNIT_API TypeInfoHelper
17  {
18  public:
25  static std::string getClassName( const std::type_info &info );
26  };
27 
28 
30 
31 #endif // CPPUNIT_HAVE_RTTI
32 
33 #endif // CPPUNIT_TYPEINFOHELPER_H

Send comments to:
CppUnit Developers