#include <IValue.h>
Public Member Functions | |
virtual void | FromString (const GENICAM_NAMESPACE::gcstring &ValueStr, bool Verify=true) |
Set content of the node as string. More... | |
virtual INode * | GetNode () |
Get the INode interface of the node. More... | |
virtual bool | IsValueCacheValid () const |
Checks if the value comes from cache or is requested from another node. More... | |
virtual GENICAM_NAMESPACE::gcstring | ToString (bool Verify=false, bool IgnoreCache=false) |
Get content of the node as string. More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CBaseRefT< T, I > | |
virtual EAccessMode | GetAccessMode () const |
Get the access mode of the node. More... | |
Public Member Functions inherited from GENAPI_NAMESPACE::CReferenceT< T, I > | |
CReferenceT () | |
virtual void | SetReference (IBase *ptr) |
sets the implementation to the reference More... | |
Private Types | |
typedef CBaseRefT< T, I > | ref |
Additional Inherited Members | |
Protected Attributes inherited from GENAPI_NAMESPACE::CReferenceT< T, I > | |
I * | m_Ptr |
Pointer to the implementation the reference references to. More... | |
|
private |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |