#include <add_contact_managers_plugin_info_command.h>

Public Types | |
| using | ConstPtr = std::shared_ptr< const AddContactManagersPluginInfoCommand > |
| using | Ptr = std::shared_ptr< AddContactManagersPluginInfoCommand > |
Public Types inherited from tesseract_environment::Command | |
| using | ConstPtr = std::shared_ptr< const Command > |
| using | Ptr = std::shared_ptr< Command > |
Public Member Functions | |
| AddContactManagersPluginInfoCommand () | |
| AddContactManagersPluginInfoCommand (tesseract_common::ContactManagersPluginInfo contact_managers_plugin_info) | |
| Add contact manager plugins. More... | |
| const tesseract_common::ContactManagersPluginInfo & | getContactManagersPluginInfo () const |
| bool | operator!= (const AddContactManagersPluginInfoCommand &rhs) const |
| bool | operator== (const AddContactManagersPluginInfoCommand &rhs) const |
Public Member Functions inherited from tesseract_environment::Command | |
| Command (Command &&)=default | |
| Command (CommandType type=CommandType::UNINITIALIZED) | |
| Command (const Command &)=default | |
| CommandType | getType () const |
| bool | operator!= (const Command &rhs) const |
| Command & | operator= (Command &&)=default |
| Command & | operator= (const Command &)=default |
| bool | operator== (const Command &rhs) const |
| virtual | ~Command ()=default |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
| tesseract_common::ContactManagersPluginInfo | contact_managers_plugin_info_ |
Friends | |
| class | boost::serialization::access |
| struct | tesseract_common::Serialization |
Definition at line 45 of file add_contact_managers_plugin_info_command.h.
| using tesseract_environment::AddContactManagersPluginInfoCommand::ConstPtr = std::shared_ptr<const AddContactManagersPluginInfoCommand> |
Definition at line 49 of file add_contact_managers_plugin_info_command.h.
| using tesseract_environment::AddContactManagersPluginInfoCommand::Ptr = std::shared_ptr<AddContactManagersPluginInfoCommand> |
Definition at line 48 of file add_contact_managers_plugin_info_command.h.
| tesseract_environment::AddContactManagersPluginInfoCommand::AddContactManagersPluginInfoCommand | ( | ) |
Definition at line 38 of file add_contact_managers_plugin_info_command.cpp.
| tesseract_environment::AddContactManagersPluginInfoCommand::AddContactManagersPluginInfoCommand | ( | tesseract_common::ContactManagersPluginInfo | contact_managers_plugin_info | ) |
Add contact manager plugins.
| contact_managers_plugin_info | Contact managers plugin information |
Definition at line 43 of file add_contact_managers_plugin_info_command.cpp.
| const tesseract_common::ContactManagersPluginInfo & tesseract_environment::AddContactManagersPluginInfoCommand::getContactManagersPluginInfo | ( | ) | const |
Definition at line 51 of file add_contact_managers_plugin_info_command.cpp.
| bool tesseract_environment::AddContactManagersPluginInfoCommand::operator!= | ( | const AddContactManagersPluginInfoCommand & | rhs | ) | const |
Definition at line 63 of file add_contact_managers_plugin_info_command.cpp.
| bool tesseract_environment::AddContactManagersPluginInfoCommand::operator== | ( | const AddContactManagersPluginInfoCommand & | rhs | ) | const |
Definition at line 56 of file add_contact_managers_plugin_info_command.cpp.
|
private |
Definition at line 69 of file add_contact_managers_plugin_info_command.cpp.
|
friend |
Definition at line 66 of file add_contact_managers_plugin_info_command.h.
|
friend |
Definition at line 67 of file add_contact_managers_plugin_info_command.h.
|
private |
Definition at line 64 of file add_contact_managers_plugin_info_command.h.