Show ExceptionUtility.h syntax highlighted
#ifndef __EXCEPTIONUTILITY_H__
#define __EXCEPTIONUTILITY_H__ 1
#include <osg/Notify>
#include <osgIntrospectionToolKit/Export.h>
#include <osgIntrospection/Exceptions>
namespace osgIntrospectionToolKit
{
class OSGINTROSPECTIONTOOLKIT_EXPORT ExceptionUtility
{
public:
static void report(osg::NotifySeverity level, osgIntrospection::Exception& ex, std::string msg);
};
}
#endif // ** __EXCEPTIONUTILITY_H__ ** //
See more files for this project here