Basic implementation of a property. More...
#include <arcane/core/SimpleProperty.h>
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 |
Basic implementation of a property.
Definition at line 94 of file SimpleProperty.h.
| typedef SimplePropertyTraitsT<T>::ConstReferenceType Arcane::SimplePropertyT< T >::ConstReferenceType |
Definition at line 99 of file SimpleProperty.h.
| typedef SimplePropertyTraitsT<T>::ReferenceType Arcane::SimplePropertyT< T >::ReferenceType |
Definition at line 100 of file SimpleProperty.h.
| typedef SimplePropertyTraitsT<T>::ValueType Arcane::SimplePropertyT< T >::ValueType |
Definition at line 101 of file SimpleProperty.h.
|
inline |
Definition at line 105 of file SimpleProperty.h.
|
inline |
Definition at line 108 of file SimpleProperty.h.
|
inline |
Definition at line 115 of file SimpleProperty.h.
|
inline |
Definition at line 114 of file SimpleProperty.h.
|
inline |
Definition at line 116 of file SimpleProperty.h.