Paramètres de la ligne de commande. Plus de détails...
Fonctions membres publiques | |
NameValuePair (const String &n, const String &v) | |
Attributs publics | |
String | name |
String | value |
Paramètres de la ligne de commande.
Ils sont récupérés via l'option '-A' de la ligne de commande et sont de la forme -A,x=y,a=b.
Définition à la ligne 41 du fichier CommandLineArguments.cc.
|
inline |
Définition à la ligne 44 du fichier CommandLineArguments.cc.
String Arcane::CommandLineArguments::Impl::NameValuePair::name |
Définition à la ligne 45 du fichier CommandLineArguments.cc.
String Arcane::CommandLineArguments::Impl::NameValuePair::value |
Définition à la ligne 46 du fichier CommandLineArguments.cc.