System::setter_exor_wrap method

System::setter_exor_wrap(HostT const, PropT(HostGetT::)(), void(HostSetT::*)(const PropT&), PropValT) method

template<typename PropT,typename HostT,typename HostGetT,typename HostSetT,typename PropValT> std::enable_if<std::is_base_of<HostGetT, HostT>::value &&std::is_base_of<HostSetT, HostT>::value, PropT>::type System::setter_exor_wrap(HostT *const host, PropT(HostGetT::*pGetter)(), void(HostSetT::*pSetter)(const PropT &), PropValT value)

See Also

System::setter_exor_wrap(HostT const, PropT(HostGetT::)(), void(HostSetT::*)(PropT), PropValT) method

template<typename PropT,typename HostT,typename HostGetT,typename HostSetT,typename PropValT> std::enable_if<std::is_base_of<HostGetT, HostT>::value &&std::is_base_of<HostSetT, HostT>::value, PropT>::type System::setter_exor_wrap(HostT *const host, PropT(HostGetT::*pGetter)(), void(HostSetT::*pSetter)(PropT), PropValT value)

See Also

System::setter_exor_wrap(PropT()(), void()(const PropT&), PropValT) method

template<typename PropT,typename PropValT> PropT System::setter_exor_wrap(PropT(*pGetter)(), void(*pSetter)(const PropT &), PropValT value)

See Also

System::setter_exor_wrap(PropT()(), void()(PropT), PropValT) method

template<typename PropT,typename PropValT> PropT System::setter_exor_wrap(PropT(*pGetter)(), void(*pSetter)(PropT), PropValT value)

See Also