#include <IString.h>
Public Member Functions | |
virtual int64_t | GetMaxLength () |
Get max length of string. | |
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. | |
Private Types | |
typedef CValueRefT< T > | ref |
typedef CValueRefT<T> GENAPI_NAMESPACE::CStringRefT< T >::ref [private] |
Reimplemented from GENAPI_NAMESPACE::CValueRefT< T >.
virtual int64_t GENAPI_NAMESPACE::CStringRefT< T >::GetMaxLength | ( | ) | [inline, virtual] |
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CStringRefT< T >::GetValue | ( | bool | Verify = false , |
bool | IgnoreCache = false |
||
) | [inline, virtual] |
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CStringRefT< T >::operator() | ( | ) | [inline, virtual] |
virtual GENICAM_NAMESPACE::gcstring GENAPI_NAMESPACE::CStringRefT< T >::operator* | ( | ) | [inline, virtual] |
virtual IString& GENAPI_NAMESPACE::CStringRefT< T >::operator= | ( | const GENICAM_NAMESPACE::gcstring & | Value | ) | [inline, virtual] |
virtual void GENAPI_NAMESPACE::CStringRefT< T >::SetValue | ( | const GENICAM_NAMESPACE::gcstring & | Value, |
bool | Verify = true |
||
) | [inline, virtual] |