|
Orxonox
0.0.5 Codename: Arcturus
|
Declaration of the orxonox::CommandEvaluation class which is returned by orxonox::CommandExecutor::evaluate(). More...
#include "core/CorePrereqs.h"#include <string>#include "util/SubString.h"#include "util/MultiType.h"#include "ArgumentCompletionListElement.h"#include "Functor.h"Go to the source code of this file.
Classes | |
| class | orxonox::CommandEvaluation |
| CommandEvaluation is used to gather information about a command and to evaluate its arguments. More... | |
Namespaces | |
| orxonox | |
| Die Wagnis Klasse hat die folgenden Aufgaben: | |
Declaration of the orxonox::CommandEvaluation class which is returned by orxonox::CommandExecutor::evaluate().
The orxonox::CommandEvaluation class gathers all information about a command-string. It is used internally by orxonox::CommandExecutor and can also be returned by it to provide more information about a command. It's also possible to evaluate the arguments of a command to execute it faster.
1.8.11