00001 00002 #include "Reflex/Type.h" 00003 00004 #include "FWCore/Utilities/interface/BaseWithDict.h" 00005 #include "FWCore/Utilities/interface/TypeWithDict.h" 00006 00007 namespace edm { 00008 TypeWithDict 00009 BaseWithDict::toType() const { 00010 return (TypeWithDict(base_.ToType())); 00011 } 00012 00013 std::string 00014 BaseWithDict::name() const { 00015 return base_.Name(); 00016 } 00017 00018 bool 00019 BaseWithDict::isPublic() const { 00020 return base_.IsPublic(); 00021 } 00022 }