Defines the RegisterProperties base class. More...
#include <boost/shared_ptr.hpp>#include <boost/unordered_map.hpp>#include <vector>#include <algorithm>#include "robot_instance/BitWizard.h"

Go to the source code of this file.
Classes | |
| struct | RegisterProperties::comparePropertyDefPointers |
| class | PropertyDef |
| class | RegisterProperties |
Typedefs | |
| typedef boost::unordered_map < std::string, PropertyDef > | PropertyDefMap |
| typedef std::vector < PropertyDef * > | PropertyDefVector |
| typedef boost::shared_ptr < RegisterProperties > | RegisterPropertiesPtr |
Defines the RegisterProperties base class.
Definition in file RegisterProperties.h.
| typedef boost::unordered_map<std::string, PropertyDef> PropertyDefMap |
Definition at line 35 of file RegisterProperties.h.
| typedef std::vector<PropertyDef*> PropertyDefVector |
Definition at line 36 of file RegisterProperties.h.
| typedef boost::shared_ptr<RegisterProperties> RegisterPropertiesPtr |
Definition at line 64 of file RegisterProperties.h.