17 #ifndef MAPACTIONHANDLER_H
18 #define MAPACTIONHANDLER_H
43 typedef std::shared_ptr<MapActionHandler>
Ptr;
100 std::shared_ptr<ROSEE::ActionGeneric>
getGeneric (std::string name,
bool verbose =
true)
const;
101 std::map <std::string, std::shared_ptr<ROSEE::ActionGeneric>>
getAllGenerics ()
const;
103 std::shared_ptr<ROSEE::ActionTimed>
getTimed (std::string name)
const;
104 std::map <std::string, std::shared_ptr<ROSEE::ActionTimed>>
getAllTimeds ()
const;
167 std::map <std::string, std::shared_ptr<ROSEE::ActionGeneric>>
generics;
168 std::map <std::string, std::shared_ptr<ROSEE::ActionTimed>>
timeds;
178 #endif // MAPACTIONHANDLER_H