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

Send comments to:
CppUnit Developers