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