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. More... | |
virtual GENICAM_NAMESPACE::gcstring | GetValue (bool Verify=false, bool IgnoreCache=false) |
Get node value. More... | |
virtual GENICAM_NAMESPACE::gcstring | operator() () |
Get node value. More... | |
virtual GENICAM_NAMESPACE::gcstring | operator* () |
Get node value. More... | |
virtual IString & | operator= (const GENICAM_NAMESPACE::gcstring &Value) |
Set node value. More... | |
virtual void | SetValue (const GENICAM_NAMESPACE::gcstring &Value, bool Verify=true) |
Set node value. More... | |
Implementation of the IString interface.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |