Abstraction that represents a Task that can be executed. More...
#include "Config.h"#include "../common/AbstractFactory.h"#include <map>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | te::process::Task |
| This class represents the description of a parameter. More... | |
| class | te::process::TaskFactory |
| Wrapper function used to create taks. Used to avoid C++ to create multiple instances of the factory singleton on Windows. More... | |
| class | te::process::TaskPtr |
| class | te::process::TaskSharedPtr |
Namespaces | |
| te | |
| TerraLib. | |
| te::process | |
Functions | |
| TEPROCESSEXPORT Task * | te::process::CreateTask (const std::string &taskType) |
Abstraction that represents a Task that can be executed.
Definition in file Task.h.