| 
    Aikido
    
   | 
 
Base class for planning result of various planning problems. More...
#include <aikido/planner/Planner.hpp>
Public Member Functions | |
| Result (const std::string &message="") | |
| Constructor.  More... | |
| virtual | ~Result ()=default | 
| Destructor.  More... | |
| void | setMessage (const std::string &message) | 
| Sets message.  More... | |
| const std::string & | getMessage () const | 
| Returns message.  More... | |
Protected Attributes | |
| std::string | mMessage | 
| Message.  More... | |
Base class for planning result of various planning problems.
      
  | 
  explicit | 
Constructor.
| [in] | message | Planning result message. | 
      
  | 
  virtualdefault | 
Destructor.
| const std::string& aikido::planner::Planner::Result::getMessage | ( | ) | const | 
Returns message.
| void aikido::planner::Planner::Result::setMessage | ( | const std::string & | message | ) | 
Sets message.
      
  | 
  protected | 
Message.