Basic implementation of a read-only 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 Member Functions | |
| SimpleReadOnlyPropertyT (ConstReferenceType v) | |
| ConstReferenceType | get () const |
Protected Attributes | |
| ValueType | m_value |
Basic implementation of a read-only property.
Definition at line 60 of file SimpleProperty.h.
| typedef SimplePropertyTraitsT<T>::ConstReferenceType Arcane::SimpleReadOnlyPropertyT< T >::ConstReferenceType |
Definition at line 64 of file SimpleProperty.h.
| typedef SimplePropertyTraitsT<T>::ReferenceType Arcane::SimpleReadOnlyPropertyT< T >::ReferenceType |
Definition at line 65 of file SimpleProperty.h.
| typedef SimplePropertyTraitsT<T>::ValueType Arcane::SimpleReadOnlyPropertyT< T >::ValueType |
Definition at line 66 of file SimpleProperty.h.
|
inline |
Definition at line 70 of file SimpleProperty.h.
|
inline |
Definition at line 73 of file SimpleProperty.h.
|
inline |
Definition at line 79 of file SimpleProperty.h.
|
protected |
Definition at line 83 of file SimpleProperty.h.