Orxonox
0.0.5 Codename: Arcturus
|
Declaration of CommandLineParser and CommandLineArgument, definition of the SetCommandLineArgument() macros. More...
#include "core/CorePrereqs.h"
#include "CommandLineParser.h"
#include "core/module/StaticallyInitializedInstance.h"
Go to the source code of this file.
Classes | |
class | orxonox::StaticallyInitializedCommandLineArgument |
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Macros | |
#define | SetCommandLineArgument(name, defaultValue) |
#define | SetCommandLineSwitch(name) SetCommandLineArgument(name, false) |
Typedefs | |
typedef StaticallyInitializedCommandLineArgument | orxonox::SI_CLA |
Declaration of CommandLineParser and CommandLineArgument, definition of the SetCommandLineArgument() macros.
#define SetCommandLineArgument | ( | name, | |
defaultValue | |||
) |
#define SetCommandLineSwitch | ( | name | ) | SetCommandLineArgument(name, false) |