31 #ifndef GENAPI_ISTRING_H 32 #define GENAPI_ISTRING_H 40 # pragma warning ( push ) 41 # pragma warning ( disable : 4251 ) // XXX needs to have dll-interface to be used by clients of class YYY 88 #ifndef DOXYGEN_IGNORE 170 # pragma warning ( pop ) 173 #endif // ifndef GENAPI_ISTRING_H #define GENICAM_INTERFACE
Common types used in the public GenApi interface.
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT bool Verify
virtual GENICAM_NAMESPACE::gcstring GetValue(bool Verify=false, bool IgnoreCache=false)
Get node value.
virtual bool GetValue(bool Verify=false, bool IgnoreCache=false) const =0
Get node value.
virtual void operator=(bool Value)
Set node value.
virtual bool operator()() const
Get node value.
virtual int64_t GetMaxLength(bool Verify=false)
Get max length of string.
virtual void SetValue(const GENICAM_NAMESPACE::gcstring &Value, bool Verify=true)
Set node value.
virtual IString & operator=(const GENICAM_NAMESPACE::gcstring &Value)
Set node value.
#define ACCESS_EXCEPTION
Fires a access exception, e.g. throw ACCESS_EXCEPTION("Not everybody")
T * m_Ptr
Pointer to the implementation the reference references to.
virtual GENICAM_NAMESPACE::gcstring operator*()
Get node value.
virtual GENICAM_NAMESPACE::gcstring operator()()
Get node value.
CStringRefT< IString > CStringRef
Reference to an IString pointer.
virtual int64_t GetMaxLength(bool Verify=false)=0
Retrieves the maximum length of the string in bytes.
virtual GENICAM_NAMESPACE::gcstring operator*()=0
Get string node value.
A string class which is a clone of std::string.
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT IString
Interface for string properties.
Portable string implementation.
declspec's to be used for GenApi Windows dll
Definition of the interface IValue.
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT IValue
Interface for value properties.
Lexical analyzer for CIntSwissKnife.