|
cartobase 6.0.6
|
#include <cartobase/algorithm/algorithm.h>
Classes | |
| class | LaunchExecution |
Public Member Functions | |
| AlgorithmCaller (const std::string &algorithmName) | |
| template<typename T> | |
| AlgorithmCaller & | operator<< (const T &) |
| template<> | |
| AlgorithmCaller & | operator<< (const AlgorithmCaller::LaunchExecution &) |
Definition at line 167 of file algorithm.h.
| carto::AlgorithmCaller::AlgorithmCaller | ( | const std::string & | algorithmName | ) |
References AlgorithmCaller().
Referenced by AlgorithmCaller(), operator<<(), and operator<<().
| AlgorithmCaller & carto::AlgorithmCaller::operator<< | ( | const AlgorithmCaller::LaunchExecution & | ) |
References AlgorithmCaller().
| AlgorithmCaller & carto::AlgorithmCaller::operator<< | ( | const T & | v | ) |
Definition at line 234 of file algorithm.h.
References AlgorithmCaller(), and carto::Object::value().