Informations pour initialiser une application. Plus de détails...
Graphe d'héritage de Arcane::ArccoreApplicationBuildInfo:
Graphe de collaboration de Arcane::ArccoreApplicationBuildInfo:Fonctions membres publiques | |
| ArccoreApplicationBuildInfo (const ArccoreApplicationBuildInfo &rhs) | |
| ArccoreApplicationBuildInfo & | operator= (const ArccoreApplicationBuildInfo &rhs) |
| void | setTaskImplementationService (const String &name) |
| void | setTaskImplementationServices (const StringList &names) |
| StringList | taskImplementationServices () const |
| void | setThreadImplementationService (const String &name) |
| void | setThreadImplementationServices (const StringList &names) |
| StringList | threadImplementationServices () const |
| Int32 | nbTaskThread () const |
| void | setNbTaskThread (Integer v) |
| void | addParameter (const String &name, const String &value) |
| void | parseArgumentsAndSetDefaultsValues (const CommandLineArguments &args) |
| Analyse les arguments de args. | |
| virtual void | setDefaultValues () |
| virtual void | setDefaultServices () |
Attributs protégés | |
| ArccoreApplicationBuildInfoImpl * | m_core = nullptr |
Informations pour initialiser une application.
Définition à la ligne 31 du fichier ArccoreApplicationBuildInfo.h.
| Arcane::ArccoreApplicationBuildInfo::ArccoreApplicationBuildInfo | ( | ) |
Définition à la ligne 62 du fichier ArccoreApplicationBuildInfo.cc.
| Arcane::ArccoreApplicationBuildInfo::ArccoreApplicationBuildInfo | ( | const ArccoreApplicationBuildInfo & | rhs | ) |
Définition à la ligne 68 du fichier ArccoreApplicationBuildInfo.cc.
|
virtual |
Définition à la ligne 84 du fichier ArccoreApplicationBuildInfo.cc.
| void Arcane::ArccoreApplicationBuildInfo::addParameter | ( | const String & | name, |
| const String & | value ) |
Définition à la ligne 474 du fichier ApplicationBuildInfo.cc.
| Int32 Arcane::ArccoreApplicationBuildInfo::nbTaskThread | ( | ) | const |
Définition à la ligne 291 du fichier ApplicationBuildInfo.cc.
| ArccoreApplicationBuildInfo & Arcane::ArccoreApplicationBuildInfo::operator= | ( | const ArccoreApplicationBuildInfo & | rhs | ) |
Définition à la ligne 74 du fichier ArccoreApplicationBuildInfo.cc.
| void Arcane::ArccoreApplicationBuildInfo::parseArgumentsAndSetDefaultsValues | ( | const CommandLineArguments & | args | ) |
Analyse les arguments de args.
On ne récupère que les arguments du style -A,x=b,y=c. La méthode setDefaultValues() est appelée à la fin de cette méthode.
Définition à la ligne 483 du fichier ApplicationBuildInfo.cc.
Références Arcane::CollectionBase::count(), et Arcane::CommandLineArguments::fillParameters().
Référencé par Arcane::ApplicationBuildInfo::parseArguments().
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
virtual |
Définition à la ligne 197 du fichier ApplicationBuildInfo.cc.
|
virtual |
Définition à la ligne 96 du fichier ArccoreApplicationBuildInfo.cc.
| void Arcane::ArccoreApplicationBuildInfo::setNbTaskThread | ( | Integer | v | ) |
Définition à la ligne 300 du fichier ApplicationBuildInfo.cc.
| void Arcane::ArccoreApplicationBuildInfo::setTaskImplementationService | ( | const String & | name | ) |
Définition à la ligne 249 du fichier ApplicationBuildInfo.cc.
| void Arcane::ArccoreApplicationBuildInfo::setTaskImplementationServices | ( | const StringList & | names | ) |
Définition à la ligne 256 du fichier ApplicationBuildInfo.cc.
| void Arcane::ArccoreApplicationBuildInfo::setThreadImplementationService | ( | const String & | name | ) |
Définition à la ligne 270 du fichier ApplicationBuildInfo.cc.
| void Arcane::ArccoreApplicationBuildInfo::setThreadImplementationServices | ( | const StringList & | names | ) |
Définition à la ligne 277 du fichier ApplicationBuildInfo.cc.
| StringList Arcane::ArccoreApplicationBuildInfo::taskImplementationServices | ( | ) | const |
Définition à la ligne 261 du fichier ApplicationBuildInfo.cc.
| StringList Arcane::ArccoreApplicationBuildInfo::threadImplementationServices | ( | ) | const |
Définition à la ligne 282 du fichier ApplicationBuildInfo.cc.
|
protected |
Définition à la ligne 69 du fichier ArccoreApplicationBuildInfo.h.