Arcane  v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::SimplePropertyT< T >
+ Graphe d'héritage de Arcane::SimplePropertyT< T >:
+ Graphe de collaboration de Arcane::SimplePropertyT< T >:

Types publics

typedef SimplePropertyTraitsT< T >::ConstReferenceType ConstReferenceType
 
typedef SimplePropertyTraitsT< T >::ReferenceType ReferenceType
 
typedef SimplePropertyTraitsT< T >::ValueType ValueType
 
- Types publics hérités de Arcane::SimpleReadOnlyPropertyT< T >
typedef SimplePropertyTraitsT< T >::ConstReferenceType ConstReferenceType
 
typedef SimplePropertyTraitsT< T >::ReferenceType ReferenceType
 
typedef SimplePropertyTraitsT< T >::ValueType ValueType
 

Fonctions membres publiques

 SimplePropertyT (ConstReferenceType v)
 
ConstReferenceType get () const
 
ReferenceType get ()
 
void put (ConstReferenceType v)
 
- Fonctions membres publiques hérités de Arcane::SimpleReadOnlyPropertyT< T >
 SimpleReadOnlyPropertyT (ConstReferenceType v)
 
ConstReferenceType get () const
 

Membres hérités additionnels

- Attributs protégés hérités de Arcane::SimpleReadOnlyPropertyT< T >
ValueType m_value
 

Description détaillée

template<class T>
class Arcane::SimplePropertyT< T >

Définition à la ligne 87 du fichier SimpleProperty.h.

Documentation des définitions de type membres

◆ ConstReferenceType

template<class T >
typedef SimplePropertyTraitsT<T>::ConstReferenceType Arcane::SimplePropertyT< T >::ConstReferenceType

Définition à la ligne 92 du fichier SimpleProperty.h.

◆ ReferenceType

template<class T >
typedef SimplePropertyTraitsT<T>::ReferenceType Arcane::SimplePropertyT< T >::ReferenceType

Définition à la ligne 93 du fichier SimpleProperty.h.

◆ ValueType

template<class T >
typedef SimplePropertyTraitsT<T>::ValueType Arcane::SimplePropertyT< T >::ValueType

Définition à la ligne 94 du fichier SimpleProperty.h.

Documentation des constructeurs et destructeur

◆ SimplePropertyT() [1/2]

template<class T >
Arcane::SimplePropertyT< T >::SimplePropertyT ( )
inline

Définition à la ligne 98 du fichier SimpleProperty.h.

◆ SimplePropertyT() [2/2]

template<class T >
Arcane::SimplePropertyT< T >::SimplePropertyT ( ConstReferenceType  v)
inline

Définition à la ligne 99 du fichier SimpleProperty.h.

Documentation des fonctions membres

◆ get() [1/2]

template<class T >
ReferenceType Arcane::SimplePropertyT< T >::get ( )
inline

Définition à la ligne 104 du fichier SimpleProperty.h.

◆ get() [2/2]

template<class T >
ConstReferenceType Arcane::SimplePropertyT< T >::get ( ) const
inline

Définition à la ligne 103 du fichier SimpleProperty.h.

◆ put()

template<class T >
void Arcane::SimplePropertyT< T >::put ( ConstReferenceType  v)
inline

Définition à la ligne 105 du fichier SimpleProperty.h.


La documentation de cette classe a été générée à partir des fichiers suivants :