Enregistreur de paramètres de propriétés.
Plus de détails...
#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/common/arccore/common/internal/Property.h>
|
| static PropertySettingsRegisterer * | firstRegisterer () |
| | Accès au premier élément de la chaine d'enregistreur.
|
| static Integer | nbRegisterer () |
| | Nombre d'enregisteur dans la chaîne.
|
|
| PropertySettingsRegisterer * | m_previous = nullptr |
| | Enregistreur précédent.
|
| PropertySettingsRegisterer * | m_next = nullptr |
| | Enregistreur suivant.
|
| const char * | m_name = nullptr |
| | Nom de l'enregistreur.
|
| CreateFunc | m_create_func = nullptr |
| | Fonction de création.
|
Enregistreur de paramètres de propriétés.
Définition à la ligne 432 du fichier Property.h.
◆ CreateBuildInfoFunc
◆ CreateFunc
◆ PropertySettingsRegisterer()
| Arcane::properties::PropertySettingsRegisterer::PropertySettingsRegisterer |
( |
CreateFunc | func, |
|
|
CreateBuildInfoFunc | build_info_func, |
|
|
const char * | name ) |
◆ _init()
| void Arcane::properties::PropertySettingsRegisterer::_init |
( |
| ) |
|
|
private |
◆ _setNextRegisterer()
| void Arcane::properties::PropertySettingsRegisterer::_setNextRegisterer |
( |
PropertySettingsRegisterer * | s | ) |
|
|
inlineprivate |
Positionne l'enregistreur suivant.
Définition à la ligne 471 du fichier Property.h.
Références m_next.
◆ _setPreviousRegisterer()
| void Arcane::properties::PropertySettingsRegisterer::_setPreviousRegisterer |
( |
PropertySettingsRegisterer * | s | ) |
|
|
inlineprivate |
◆ createSettingsInfoRef()
◆ firstRegisterer()
| PropertySettingsRegisterer * Arcane::properties::PropertySettingsRegisterer::firstRegisterer |
( |
| ) |
|
|
static |
◆ name()
| const char * Arcane::properties::PropertySettingsRegisterer::name |
( |
| ) |
const |
|
inline |
◆ nbRegisterer()
| Integer Arcane::properties::PropertySettingsRegisterer::nbRegisterer |
( |
| ) |
|
|
static |
◆ nextRegisterer()
| PropertySettingsRegisterer * Arcane::properties::PropertySettingsRegisterer::nextRegisterer |
( |
| ) |
const |
|
inline |
Enregistreur suivant (nullptr si le dernier).
Définition à la ligne 456 du fichier Property.h.
Références m_next.
◆ previousRegisterer()
| PropertySettingsRegisterer * Arcane::properties::PropertySettingsRegisterer::previousRegisterer |
( |
| ) |
const |
|
inline |
Enregistreur précédent (nullptr si le premier).
Définition à la ligne 453 du fichier Property.h.
Références m_previous.
◆ m_create_func
| CreateFunc Arcane::properties::PropertySettingsRegisterer::m_create_func = nullptr |
|
private |
Fonction de création.
Définition à la ligne 485 du fichier Property.h.
◆ m_name
| const char* Arcane::properties::PropertySettingsRegisterer::m_name = nullptr |
|
private |
◆ m_next
| PropertySettingsRegisterer* Arcane::properties::PropertySettingsRegisterer::m_next = nullptr |
|
private |
◆ m_previous
| PropertySettingsRegisterer* Arcane::properties::PropertySettingsRegisterer::m_previous = nullptr |
|
private |
La documentation de cette classe a été générée à partir des fichiers suivants :