Informations pour initialiser une application. Plus de détails...
#include <arcane/core/ApplicationBuildInfo.h>
Graphe d'héritage de Arcane::ApplicationCoreBuildInfo:
Graphe de collaboration de Arcane::ApplicationCoreBuildInfo:Classes | |
| class | CoreImpl |
Fonctions membres publiques | |
| ApplicationCoreBuildInfo (const ApplicationCoreBuildInfo &rhs) | |
| ApplicationCoreBuildInfo & | operator= (const ApplicationCoreBuildInfo &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) |
Attributs protégés | |
| CoreImpl * | m_core = nullptr |
Informations pour initialiser une application.
Définition à la ligne 31 du fichier ApplicationBuildInfo.h.
| Arcane::ApplicationCoreBuildInfo::ApplicationCoreBuildInfo | ( | ) |
Définition à la ligne 299 du fichier ApplicationBuildInfo.cc.
| Arcane::ApplicationCoreBuildInfo::ApplicationCoreBuildInfo | ( | const ApplicationCoreBuildInfo & | rhs | ) |
Définition à la ligne 305 du fichier ApplicationBuildInfo.cc.
| Arcane::ApplicationCoreBuildInfo::~ApplicationCoreBuildInfo | ( | ) |
Définition à la ligne 321 du fichier ApplicationBuildInfo.cc.
| Int32 Arcane::ApplicationCoreBuildInfo::nbTaskThread | ( | ) | const |
Définition à la ligne 519 du fichier ApplicationBuildInfo.cc.
| ApplicationCoreBuildInfo & Arcane::ApplicationCoreBuildInfo::operator= | ( | const ApplicationCoreBuildInfo & | rhs | ) |
Définition à la ligne 311 du fichier ApplicationBuildInfo.cc.
| void Arcane::ApplicationCoreBuildInfo::setNbTaskThread | ( | Integer | v | ) |
Définition à la ligne 528 du fichier ApplicationBuildInfo.cc.
| void Arcane::ApplicationCoreBuildInfo::setTaskImplementationService | ( | const String & | name | ) |
Définition à la ligne 477 du fichier ApplicationBuildInfo.cc.
| void Arcane::ApplicationCoreBuildInfo::setTaskImplementationServices | ( | const StringList & | names | ) |
Définition à la ligne 484 du fichier ApplicationBuildInfo.cc.
| void Arcane::ApplicationCoreBuildInfo::setThreadImplementationService | ( | const String & | name | ) |
Définition à la ligne 498 du fichier ApplicationBuildInfo.cc.
| void Arcane::ApplicationCoreBuildInfo::setThreadImplementationServices | ( | const StringList & | names | ) |
Définition à la ligne 505 du fichier ApplicationBuildInfo.cc.
| StringList Arcane::ApplicationCoreBuildInfo::taskImplementationServices | ( | ) | const |
Définition à la ligne 489 du fichier ApplicationBuildInfo.cc.
| StringList Arcane::ApplicationCoreBuildInfo::threadImplementationServices | ( | ) | const |
Définition à la ligne 510 du fichier ApplicationBuildInfo.cc.
|
protected |
Définition à la ligne 57 du fichier ApplicationBuildInfo.h.