This file contains the various types and classes for specifying service properties. More...
#include "arcane/utils/ArcaneGlobal.h"Go to the source code of this file.
Classes | |
| class | Arcane::ServiceProperty |
| Service creation properties. More... | |
Namespaces | |
| namespace | Arcane |
| -- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -- | |
Enumerations | |
| enum | Arcane::eServiceFactoryProperties { Arcane::SFP_None = 0 , Arcane::SFP_Singleton = 1 , Arcane::SFP_Autoload = 2 } |
| Properties for service factories. More... | |
| enum | Arcane::eServiceType { ST_None = 0 , Arcane::ST_Application = 1 , Arcane::ST_Session = 2 , Arcane::ST_SubDomain = 4 , Arcane::ST_CaseOption = 8 , Arcane::ST_Mesh = 16 } |
| Service type. More... | |
This file contains the various types and classes for specifying service properties.
Definition in file ServiceProperty.h.