Public Member Functions | |
EventItemAttribute (std::map< std::string, std::string > &a) | |
std::map< std::string, std::string > * | get_attribute () |
~EventItemAttribute () | |
Private Attributes | |
std::map< std::string, std::string > | attribute |
Definition at line 1774 of file myahrs_plus.hpp.
WithRobot::iMyAhrsPlus::EventQueue::EventItemAttribute::EventItemAttribute | ( | std::map< std::string, std::string > & | a | ) | [inline] |
Definition at line 1779 of file myahrs_plus.hpp.
Definition at line 1780 of file myahrs_plus.hpp.
std::map<std::string, std::string>* WithRobot::iMyAhrsPlus::EventQueue::EventItemAttribute::get_attribute | ( | ) | [inline, virtual] |
Reimplemented from WithRobot::iMyAhrsPlus::EventItem.
Definition at line 1781 of file myahrs_plus.hpp.
std::map<std::string, std::string> WithRobot::iMyAhrsPlus::EventQueue::EventItemAttribute::attribute [private] |
Definition at line 1776 of file myahrs_plus.hpp.