argos::SQueryResultItem Struct Reference

#include <query_plugins.h>

Collaboration diagram for argos::SQueryResultItem:

Public Member Functions

 SQueryResultItem (std::string str_label, std::string str_author, std::string str_version, std::string str_brief_description, std::string str_long_description, std::string str_status)
 

Public Attributes

std::string Label
 
std::string Author
 
std::string Version
 
std::string BriefDescription
 
std::string LongDescription
 
std::string Status
 

Detailed Description

Definition at line 22 of file query_plugins.h.

Constructor & Destructor Documentation

◆ SQueryResultItem()

argos::SQueryResultItem::SQueryResultItem ( std::string  str_label,
std::string  str_author,
std::string  str_version,
std::string  str_brief_description,
std::string  str_long_description,
std::string  str_status 
)
inline

Definition at line 30 of file query_plugins.h.

Member Data Documentation

◆ Author

std::string argos::SQueryResultItem::Author

Definition at line 24 of file query_plugins.h.

◆ BriefDescription

std::string argos::SQueryResultItem::BriefDescription

Definition at line 26 of file query_plugins.h.

◆ Label

std::string argos::SQueryResultItem::Label

Definition at line 23 of file query_plugins.h.

◆ LongDescription

std::string argos::SQueryResultItem::LongDescription

Definition at line 27 of file query_plugins.h.

◆ Status

std::string argos::SQueryResultItem::Status

Definition at line 28 of file query_plugins.h.

◆ Version

std::string argos::SQueryResultItem::Version

Definition at line 25 of file query_plugins.h.