Implementation of the IString interface. More...
#include <StringT.h>
Public Member Functions | |
virtual int64_t | GetMaxLength () |
Retrieves the maximum length of the string in bytes. | |
virtual GENICAM_NAMESPACE::gcstring | GetValue (bool Verify=false, bool IgnoreCache=false) |
Get node value. | |
virtual GENICAM_NAMESPACE::gcstring | operator() () |
Get node value. | |
virtual GENICAM_NAMESPACE::gcstring | operator* () |
Get node value. | |
virtual IString & | operator= (const GENICAM_NAMESPACE::gcstring &Value) |
Set node value. | |
virtual void | SetValue (const GENICAM_NAMESPACE::gcstring &Value, bool Verify=true) |
Set node value. |
Implementation of the IString interface.
virtual int64_t GENAPI_NAMESPACE::StringT< Base >::GetMaxLength | ( | ) | [inline, virtual] |
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::StringT< Base >::GetValue | ( | bool | Verify = false , |
bool | IgnoreCache = false |
||
) | [inline, virtual] |
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::StringT< Base >::operator() | ( | ) | [inline, virtual] |
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::StringT< Base >::operator* | ( | ) | [inline, virtual] |
virtual IString& GENAPI_NAMESPACE::StringT< Base >::operator= | ( | const GENICAM_NAMESPACE::gcstring & | Value | ) | [inline, virtual] |
virtual void GENAPI_NAMESPACE::StringT< Base >::SetValue | ( | const GENICAM_NAMESPACE::gcstring & | Value, |
bool | Verify = true |
||
) | [inline, virtual] |