1 #ifndef INTERACTION_INFORMATION_H_
2 #define INTERACTION_INFORMATION_H_
52 std::vector<std::shared_ptr<MPTask>>&
GetTypeTasks(
const std::string& _s);
94 std::vector<std::shared_ptr<MPTask>>
m_tasks;
97 std::unordered_map<std::string,std::vector<std::shared_ptr<MPTask>>>
m_taskType;
Definition: Environment.h:137
Definition: MPProblem.h:34