Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::SimplePropertyT< T > Class Template Reference

Public Types

typedef SimplePropertyTraitsT< T >::ConstReferenceType ConstReferenceType
typedef SimplePropertyTraitsT< T >::ReferenceType ReferenceType
typedef SimplePropertyTraitsT< T >::ValueType ValueType
Public Types inherited from Arcane::SimpleReadOnlyPropertyT< T >
typedef SimplePropertyTraitsT< T >::ConstReferenceType ConstReferenceType
typedef SimplePropertyTraitsT< T >::ReferenceType ReferenceType
typedef SimplePropertyTraitsT< T >::ValueType ValueType

Public Member Functions

 SimplePropertyT (ConstReferenceType v)
ConstReferenceType get () const
ReferenceType get ()
void put (ConstReferenceType v)
Public Member Functions inherited from Arcane::SimpleReadOnlyPropertyT< T >
 SimpleReadOnlyPropertyT (ConstReferenceType v)
ConstReferenceType get () const

Additional Inherited Members

Protected Attributes inherited from Arcane::SimpleReadOnlyPropertyT< T >
ValueType m_value

Detailed Description

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

Definition at line 94 of file SimpleProperty.h.

Member Typedef Documentation

◆ ConstReferenceType

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

Definition at line 99 of file SimpleProperty.h.

◆ ReferenceType

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

Definition at line 100 of file SimpleProperty.h.

◆ ValueType

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

Definition at line 101 of file SimpleProperty.h.

Constructor & Destructor Documentation

◆ SimplePropertyT() [1/2]

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

Definition at line 105 of file SimpleProperty.h.

◆ SimplePropertyT() [2/2]

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

Definition at line 108 of file SimpleProperty.h.

Member Function Documentation

◆ get() [1/2]

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

Definition at line 115 of file SimpleProperty.h.

◆ get() [2/2]

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

Definition at line 114 of file SimpleProperty.h.

◆ put()

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

Definition at line 116 of file SimpleProperty.h.


The documentation for this class was generated from the following files: