Definition of interface IString. More...
#include <Base/GCString.h>
#include <GenApi/GenApiDll.h>
#include <GenApi/Types.h>
#include <GenApi/IValue.h>
Namespaces | |
GenApi | |
Contains definitions of the types of GenICam GenApi modules. | |
Typedefs | |
typedef CStringRefT< IString > | GenApi::CStringRef |
Functions | |
virtual IEnumeration & | GenApi::operator= (const GenICam::gcstring &ValueStr)=0 |
Set string node value. More... | |
virtual bool | GenApi::GetValue (bool Verify=false, bool IgnoreCache=false) const =0 |
Get node value. More... | |
virtual bool | GenApi::operator() () const |
Get node value. More... | |
virtual GenICam::gcstring | GenApi::operator* ()=0 |
Get string node value. More... | |
virtual int64_t | GenApi::GetMaxLength ()=0 |
Retrieves the maximum length of the string in bytes. | |
Definition of interface IString.