#include <ValueNode.h>
Protected Member Functions | |
virtual void | InternalFromString (const GENICAM_NAMESPACE::gcstring &ValueStr, bool Verify=true) |
Set content of the node as string. | |
virtual EInterfaceType | InternalGetPrincipalInterfaceType () const |
Implementation of IBase::GetPrincipalInterfaceType() | |
virtual GENICAM_NAMESPACE::gcstring | InternalToString (bool Verify=false, bool IgnoreCache=false) |
Get content of the node as string. | |
Protected Attributes | |
GENICAM_NAMESPACE::gcstring | m_Value |
Dummy value. |
Definition at line 43 of file ValueNode.h.
virtual void GENAPI_NAMESPACE::CValueNodeImpl::InternalFromString | ( | const GENICAM_NAMESPACE::gcstring & | ValueStr, |
bool | Verify = true |
||
) | [protected, virtual] |
Set content of the node as string.
virtual EInterfaceType GENAPI_NAMESPACE::CValueNodeImpl::InternalGetPrincipalInterfaceType | ( | ) | const [inline, protected, virtual] |
Implementation of IBase::GetPrincipalInterfaceType()
Reimplemented from GENAPI_NAMESPACE::CNodeImpl.
Definition at line 59 of file ValueNode.h.
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CValueNodeImpl::InternalToString | ( | bool | Verify = false , |
bool | IgnoreCache = false |
||
) | [protected, virtual] |
Get content of the node as string.
Dummy value.
Definition at line 67 of file ValueNode.h.