AIDA_visibility_hack.cpp
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00009 #include "AIDA_visibility_hack.h"
00010
00011 #include <typeinfo>
00012
00013 using namespace AIDA;
00014
00015 #define TI(x) const std::type_info& x##Info = typeid(x)
00016 namespace {
00017 TI(IBaseHistogram);
00018 TI(IHistogram);
00019 TI(IHistogram1D);
00020 TI(IHistogram2D);
00021 TI(IHistogram3D);
00022 TI(IProfile);
00023 TI(IProfile1D);
00024 TI(IProfile2D);
00025 TI(IAnnotation);
00026 TI(IAxis);
00027 }