Implementation of the IValue interface. More...
#include <ValueT.h>
Public Member Functions | |
virtual void | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, bool Verify=true) |
Implementation of IValue::FromString() | |
virtual bool | IsValueCacheValid () const |
Checks if the value comes from cache or is requested from another node. | |
virtual GENICAM_NAMESPACE::gcstring | ToString (bool Verify=false, bool IgnoreCache=false) |
Implementation of IValue::ToString() |
Implementation of the IValue interface.
virtual void GENAPI_NAMESPACE::ValueT< Base >::FromString | ( | const GENICAM_NAMESPACE::gcstring & | ValueStr, |
bool | Verify = true |
||
) | [inline, virtual] |
Implementation of IValue::FromString()
virtual bool GENAPI_NAMESPACE::ValueT< Base >::IsValueCacheValid | ( | ) | const [inline, virtual] |
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::ValueT< Base >::ToString | ( | bool | Verify = false , |
bool | IgnoreCache = false |
||
) | [inline, virtual] |
Implementation of IValue::ToString()