WSF
WsfPProxyValue_inline.hpp File Reference
#include "WsfPProxyType.hpp"
#include "WsfPProxyValue.hpp"
Include dependency graph for WsfPProxyValue_inline.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMPLEMENT_TYPE_OPERATOR(VALUE_TYPE)

Macro Definition Documentation

◆ IMPLEMENT_TYPE_OPERATOR

#define IMPLEMENT_TYPE_OPERATOR ( VALUE_TYPE)
Value:
inline WsfPProxyValue::operator VALUE_TYPE*() const { return CastToValue<VALUE_TYPE>(); } \
inline WsfPProxyValue& WsfPProxyValue::operator=(const VALUE_TYPE& aVal) \
{ \
VALUE_TYPE* vPtr = CastToValue<VALUE_TYPE>(); \
if (vPtr) \
*vPtr = aVal; \
return *this; \
}
Definition WsfPProxyValue.hpp:33
WsfPProxyValue & operator=(const WsfPProxyValue &)=default
Copyrights Multiple, All Rights Reserved