CPropertyAccessor::CPropertyAccessor

Construct a property accessor object.

Defined in: PropAccessor.h

Syntax

CPropertyAccessor()

CPropertyAccessor(const CPropertyAccessor& src)

CPropertyAccessor(BYTEGET pByteGet, BYTEPUT pBytePut)

CPropertyAccessor(SHORTGET pShortGet, SHORTPUT pShortPut)

CPropertyAccessor(USHORTGET pUShortGet, USHORTPUT pUShortPut)

CPropertyAccessor(INTGET pIntGet, INTPUT pIntPut)

CPropertyAccessor(UINTGET pUIntGet, UINTPUT pUIntPut)

CPropertyAccessor(LONGGET pLongGet, LONGPUT pLongPut)

CPropertyAccessor(ULONGGET pULongGet, ULONGPUT pULongPut)

CPropertyAccessor(FLOATGET pFloatGet, FLOATPUT pFloatPut)

CPropertyAccessor(DOUBLEGET pDoubleGet, DOUBLEPUT pDoublePut)

CPropertyAccessor(TSTRGET pTStrGet, TSTRPUT pTStrPut)

CPropertyAccessor(BSTRGET pBStrGet, BSTRPUT pBStrPut)

Comments

This class provides overloaded constructors for each possible get and put function signature. There is also a copy constructor and a default constructor.