Ejemplo n.º 1
0
void
XNumberBase::ProcessXObjectTypeCallback(XObjectTypeCallback&    theCallbackObject) const
{
    theCallbackObject.Number(
        *this,
        num(theCallbackObject.getExecutionContext()));
}
Ejemplo n.º 2
0
void
XUnknown::ProcessXObjectTypeCallback(XObjectTypeCallback&   theCallbackObject) const
{
    theCallbackObject.Unknown(
        *this,
        m_value);
}
void
XNumberBase::ProcessXObjectTypeCallback(XObjectTypeCallback&	theCallbackObject) const
{
	theCallbackObject.Number(*this, num());
}
Ejemplo n.º 4
0
void
XNull::ProcessXObjectTypeCallback(XObjectTypeCallback&	theCallbackObject) const
{
	theCallbackObject.Null(*this);
}