Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00442.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a00442.php on line 2
The ARGoS Website

query_plugins.h File Reference
#include <argos3/core/utility/plugins/factory.h>
#include <argos3/core/utility/logging/argos_log.h>
#include <map>
#include <vector>
#include <string>
Include dependency graph for query_plugins.h:
This graph shows which files directly or indirectly include this file:

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)