void XNumberBase::ProcessXObjectTypeCallback(XObjectTypeCallback& theCallbackObject) const { theCallbackObject.Number( *this, num(theCallbackObject.getExecutionContext())); }
void XUnknown::ProcessXObjectTypeCallback(XObjectTypeCallback& theCallbackObject) const { theCallbackObject.Unknown( *this, m_value); }
void XNumberBase::ProcessXObjectTypeCallback(XObjectTypeCallback& theCallbackObject) const { theCallbackObject.Number(*this, num()); }
void XNull::ProcessXObjectTypeCallback(XObjectTypeCallback& theCallbackObject) const { theCallbackObject.Null(*this); }