|
UniDx
|
読み取り専用プロパティ [詳解]
#include <Property.h>
公開型 | |
| using | Getter = std::function<T()> |
公開メンバ関数 | |
| ReadOnlyProperty (Getter getter) | |
| Getterを与えるコンストラクタ | |
| T | get () const |
| 値の取得 | |
| operator T () const | |
| 値の変換 | |
| template<typename U> | |
| auto | operator<=> (const U &rhs) const |
| 三方比較演算 | |
限定公開変数類 | |
| Getter | getter_ |
読み取り専用プロパティ
| using UniDx::ReadOnlyProperty< T >::Getter = std::function<T()> |
|
inline |
Getterを与えるコンストラクタ
|
inline |
値の取得
|
inline |
値の変換
|
inline |
三方比較演算
|
protected |