50 #include <OpenFlipper/common/InformationPlugins.hh> 52 static std::map<InformationInterface*,DataType> supportedInfoTypes_;
54 std::map<InformationInterface*,DataType>&
55 supportedInfoTypes() {
56 return supportedInfoTypes_;
61 for(std::map<InformationInterface*,DataType>::iterator it = supportedInfoTypes_.begin();
62 it != supportedInfoTypes_.end(); ++it) {
63 if((it->second & _type) != 0)
return it->first;
Interface class for providing information on objects.