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 #include <typeinfo>
7 #include <string>
8 
10 
14  {
15  public:
22  static std::string getClassName( const std::type_info &info );
23  };
24 
26 
27 #endif // CPPUNIT_TYPEINFOHELPER_H
#define CPPUNIT_API
Definition: CppUnitApi.h:27
#define CPPUNIT_NS_END
Definition: Portability.h:106
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:105
!
Definition: TypeInfoHelper.h:14

Send comments to:
CppUnit Developers