OKlibrary
0.2.1.6
|
Classes | |
union | GenArg |
struct | Argumentstruktur |
Typedefs | |
typedef bool | Fehler (const GenArg *const, const char **const) |
typedef bool | Aktion (const GenArg *const) |
typedef void | Erklaerung () |
Enumerations | |
enum | Argumenttyp { ZEin, LIEin, ULIEin, DEin, KEin } |
enum | Sprachen { Deutsch = 0, Englisch = 1 } |
Functions | |
bool | ArgumentBearbeitung (const char *const Name, const Argumentstruktur ST[], const int AnzAlternativen, const char *const A[], const int AnzahlArgumente, const Sprachen &S) |
typedef bool KMZ::Aktion(const GenArg *const) |
Definition at line 63 of file Kommandozeile.hpp.
typedef void KMZ::Erklaerung() |
Definition at line 67 of file Kommandozeile.hpp.
typedef bool KMZ::Fehler(const GenArg *const, const char **const) |
Definition at line 58 of file Kommandozeile.hpp.
enum KMZ::Argumenttyp |
Definition at line 71 of file Kommandozeile.hpp.
enum KMZ::Sprachen |
Definition at line 78 of file Kommandozeile.hpp.
bool KMZ::ArgumentBearbeitung | ( | const char *const | Name, |
const Argumentstruktur | ST[], | ||
const int | AnzAlternativen, | ||
const char *const | A[], | ||
const int | AnzahlArgumente, | ||
const Sprachen & | S | ||
) | [static] |
Definition at line 147 of file Kommandozeile.cpp.
References KMZ::GenArg::d, KMZ::Argumentstruktur::e, KEin, KMZ::GenArg::li, LIEin, Meldungen, Pos, KMZ::GenArg::s, KMZ::GenArg::uli, ULIEin, and ZEin.
Referenced by main().