#include <vebCFunction.h>
Public Member Functions | |
fUnary (BasePtr ArgA) | |
virtual Variant | GetValue () const |
Returns the value in its native format. | |
Private Attributes | |
BasePtr | m_ArgA |
Definition at line 46 of file vebCFunction.h.
vValue::Expr::Bindings::CFunction::fUnary< T, Aa, F >::fUnary | ( | BasePtr | ArgA | ) | [inline] |
virtual Variant vValue::Expr::Bindings::CFunction::fUnary< T, Aa, F >::GetValue | ( | void | ) | const [inline, virtual] |
Returns the value in its native format.
Reimplemented from vValue::Expr::Core::Base.
Definition at line 50 of file vebCFunction.h.
References F, and vValue::Expr::Bindings::CFunction::fUnary< T, Aa, F >::m_ArgA.
BasePtr vValue::Expr::Bindings::CFunction::fUnary< T, Aa, F >::m_ArgA [private] |
Definition at line 47 of file vebCFunction.h.
Referenced by vValue::Expr::Bindings::CFunction::fUnary< T, Aa, F >::GetValue().