|
| ValueWrapper (std::string_view name, const TransferFunction &transferFunction) |
|
| ValueWrapper (const ValueWrapper &rhs)=default |
|
| ValueWrapper (ValueWrapper &&rhs)=default |
|
ValueWrapper & | operator= (const ValueWrapper &that)=default |
|
ValueWrapper & | operator= (ValueWrapper &&that)=default |
|
ValueWrapper & | operator= (const TransferFunction &val) |
|
| operator const TransferFunction & () const |
|
const TransferFunction & | operator* () const |
|
const TransferFunction * | operator-> () const |
|
bool | isDefault () const |
|
void | reset () |
|
void | setAsDefault () |
|
void | serialize (Serializer &s, PropertySerializationMode mode=PropertySerializationMode::Default) const |
|
void | deserialize (Deserializer &d, PropertySerializationMode mode=PropertySerializationMode::Default) |
|
bool | update (const ValueWrapper &src) |
|
bool | update (const TransferFunction &src) |
|
bool | operator== (const ValueWrapper &rhs) const |
|
bool | operator== (const TransferFunction &rhs) const |
|
| ValueWrapper (std::string_view name, U &&... vals) |
|
| ValueWrapper (const ValueWrapper< TransferFunction > &rhs)=default |
|
| ValueWrapper (ValueWrapper< TransferFunction > &&rhs)=default |
|
ValueWrapper< TransferFunction > & | operator= (const ValueWrapper< TransferFunction > &that)=default |
|
ValueWrapper< TransferFunction > & | operator= (ValueWrapper< TransferFunction > &&that)=default |
|
ValueWrapper< TransferFunction > & | operator= (const TransferFunction &val) |
|
| operator const TransferFunction & () const |
|
const TransferFunction & | operator* () const |
|
const TransferFunction * | operator-> () const |
|
bool | isDefault () const |
|
bool | reset () |
|
void | setAsDefault () |
|
void | serialize (Serializer &s, PropertySerializationMode mode=PropertySerializationMode::Default) const |
|
bool | deserialize (Deserializer &d, PropertySerializationMode mode=PropertySerializationMode::Default) |
|
bool | update (const ValueWrapper< TransferFunction > &src) |
|
bool | update (const TransferFunction &src) |
|
bool | update (const U &src) |
|
auto | operator<=> (const ValueWrapper< TransferFunction > &rhs) const |
|
auto | operator<=> (const TransferFunction &rhs) const |
|
bool | operator== (const ValueWrapper< TransferFunction > &rhs) const |
|
bool | operator== (const TransferFunction &rhs) const |
|