Implements a simple string register. More...
#include <StringReg.h>
Public Member Functions | |
CStringRegisterImpl (void) | |
virtual bool | GetProperty (CNodeDataMap *pNodeDataMap, CPropertyID::EProperty_ID_t PropertyID, CNodeData::PropertyVector_t &PropertyList) const |
virtual EInterfaceType | InternalGetPrincipalInterfaceType () const |
Implementation of IBase::GetPrincipalInterfaceType() | |
virtual void | SetProperty (CProperty &Property) |
INodePrivate implementation | |
virtual void | FinalConstruct () |
finalizes the construction of the node | |
Protected Member Functions | |
IValue implementation | |
virtual GENICAM_NAMESPACE::gcstring | InternalToString (bool Verify=false, bool IgnoreCache=false) |
Implements interface IValue (called by IValueT) | |
virtual void | InternalFromString (const GENICAM_NAMESPACE::gcstring &valueString, bool Verify=true) |
Set value of the node as string. | |
IString implementation | |
virtual void | InternalSetValue (const GENICAM_NAMESPACE::gcstring &Value, bool Verify=true) |
virtual GENICAM_NAMESPACE::gcstring | InternalGetValue (bool Verify=false, bool IgnoreCache=false) |
virtual int64_t | InternalGetMaxLength () |
Retrieves the maximum length of the string in bytes. |
Implements a simple string register.
Definition at line 54 of file StringReg.h.
virtual void GENAPI_NAMESPACE::CStringRegisterImpl::FinalConstruct | ( | ) | [virtual] |
finalizes the construction of the node
Reimplemented from GENAPI_NAMESPACE::CRegisterImpl.
virtual bool GENAPI_NAMESPACE::CStringRegisterImpl::GetProperty | ( | CNodeDataMap * | pNodeDataMap, |
CPropertyID::EProperty_ID_t | PropertyID, | ||
CNodeData::PropertyVector_t & | PropertyList | ||
) | const [virtual] |
Reimplemented from GENAPI_NAMESPACE::CRegisterImpl.
virtual void GENAPI_NAMESPACE::CStringRegisterImpl::InternalFromString | ( | const GENICAM_NAMESPACE::gcstring & | valueString, |
bool | Verify = true |
||
) | [protected, virtual] |
Set value of the node as string.
Reimplemented from GENAPI_NAMESPACE::CRegisterImpl.
virtual int64_t GENAPI_NAMESPACE::CStringRegisterImpl::InternalGetMaxLength | ( | ) | [protected, virtual] |
Retrieves the maximum length of the string in bytes.
virtual EInterfaceType GENAPI_NAMESPACE::CStringRegisterImpl::InternalGetPrincipalInterfaceType | ( | ) | const [inline, virtual] |
Implementation of IBase::GetPrincipalInterfaceType()
Reimplemented from GENAPI_NAMESPACE::CRegisterImpl.
Definition at line 60 of file StringReg.h.
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CStringRegisterImpl::InternalGetValue | ( | bool | Verify = false , |
bool | IgnoreCache = false |
||
) | [protected, virtual] |
virtual void GENAPI_NAMESPACE::CStringRegisterImpl::InternalSetValue | ( | const GENICAM_NAMESPACE::gcstring & | Value, |
bool | Verify = true |
||
) | [protected, virtual] |
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CStringRegisterImpl::InternalToString | ( | bool | Verify = false , |
bool | IgnoreCache = false |
||
) | [protected, virtual] |
Implements interface IValue (called by IValueT)
Get value of the node as string
Reimplemented from GENAPI_NAMESPACE::CRegisterImpl.
virtual void GENAPI_NAMESPACE::CStringRegisterImpl::SetProperty | ( | CProperty & | Property | ) | [virtual] |
Reimplemented from GENAPI_NAMESPACE::CRegisterImpl.