8#ifndef XAODCORE_CLASS_DEF_H
9#define XAODCORE_CLASS_DEF_H
47#define CLASS_DEF( __type, __clid, __version )
52#define CLASS_DEF( __type, __clid, __version ) \
54 struct ClassID_traits< __type > { \
58 static const std::string& typeName() { \
59 static std::string name( #__type ); \
62 static const std::type_info& typeId() { \
63 return typeid( __type ); \
macros to associate a CLID to a type
File providing the ClassID_traits traits class.