Classes | |
class | NameValuePair |
Paramètres de la ligne de commande. Plus de détails... | |
Fonctions membres publiques | |
Impl (int *argc, char ***argv) | |
Impl (const StringList &aargs) | |
void | addReference () |
void | removeReference () |
void | parseParameters (const CommandLineArguments &command_line_args) |
String | getParameter (const String ¶m_name) |
void | fillParameters (StringList ¶m_names, StringList &values) const |
Attributs publics | |
std::atomic< Int32 > | m_nb_ref |
StringList | m_args |
int * | m_argc |
Nombre d'arguments de la ligne de commande. | |
char *** | m_argv |
Tableau des arguments de la ligne de commande. | |
int * | m_argc_orig = nullptr |
char *** | m_argv_orig = nullptr |
char * | m_argv0 = nullptr |
bool | m_need_destroy |
ParameterList | m_parameter_list |
Définition à la ligne 32 du fichier CommandLineArguments.cc.
Définition à la ligne 49 du fichier CommandLineArguments.cc.
|
inline |
Définition à la ligne 54 du fichier CommandLineArguments.cc.
|
inline |
Définition à la ligne 72 du fichier CommandLineArguments.cc.
|
inline |
Définition à la ligne 86 du fichier CommandLineArguments.cc.
|
inline |
Définition à la ligne 97 du fichier CommandLineArguments.cc.
|
inline |
Définition à la ligne 132 du fichier CommandLineArguments.cc.
Définition à la ligne 127 du fichier CommandLineArguments.cc.
|
inline |
Définition à la ligne 107 du fichier CommandLineArguments.cc.
|
inline |
Définition à la ligne 98 du fichier CommandLineArguments.cc.
int* Arcane::CommandLineArguments::Impl::m_argc |
Nombre d'arguments de la ligne de commande.
Définition à la ligne 140 du fichier CommandLineArguments.cc.
Définition à la ligne 142 du fichier CommandLineArguments.cc.
StringList Arcane::CommandLineArguments::Impl::m_args |
Définition à la ligne 139 du fichier CommandLineArguments.cc.
char*** Arcane::CommandLineArguments::Impl::m_argv |
Tableau des arguments de la ligne de commande.
Définition à la ligne 141 du fichier CommandLineArguments.cc.
Définition à la ligne 144 du fichier CommandLineArguments.cc.
Définition à la ligne 143 du fichier CommandLineArguments.cc.
std::atomic<Int32> Arcane::CommandLineArguments::Impl::m_nb_ref |
Définition à la ligne 138 du fichier CommandLineArguments.cc.
bool Arcane::CommandLineArguments::Impl::m_need_destroy |
Définition à la ligne 145 du fichier CommandLineArguments.cc.
ParameterList Arcane::CommandLineArguments::Impl::m_parameter_list |
Définition à la ligne 146 du fichier CommandLineArguments.cc.