#include <argos3/core/utility/plugins/factory.h>
#include <argos3/core/utility/logging/argos_log.h>
#include <map>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
struct | argos::SQueryResultItem |
Namespaces | |
argos | |
The namespace containing all the ARGoS related code. | |
Typedefs | |
typedef std::vector< SQueryResultItem > | argos::TQueryResult |
Functions | |
void | argos::QueryPlugins (const std::string &str_query) |
void | argos::QueryShowPluginDescription (const std::string &str_query) |
template<class TYPE > | |
void | argos::QuerySearchPlugins (const std::string &str_query, TQueryResult &t_result) |
template<class TYPE > | |
void | argos::QueryShowList (const std::string &str_header) |