C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
UaByteRef Class Reference

UaByteRef. More...

#include <uabytearray.h>

Public Member Functions

 operator char () const
 Operator to extract char. More...
 
UaByteRefoperator= (char c)
 Assign operator. More...
 
UaByteRefoperator= (const UaByteRef &c)
 Assign operator. More...
 
bool operator== (char c) const
 Compare variables if they are similar. More...
 
bool operator!= (char c) const
 Returns true if other is not equal to this. More...
 
bool operator> (char c) const
 Compare different char. More...
 
bool operator>= (char c) const
 Compare different char. More...
 
bool operator< (char c) const
 Compare different char. More...
 
bool operator<= (char c) const
 Compare different char. More...
 

Detailed Description

UaByteRef.

Helper class for modifying UaByteArray elements.

Member Function Documentation

UaByteRef::operator char ( ) const

Operator to extract char.

Returns
the char
bool UaByteRef::operator!= ( char  c) const

Returns true if other is not equal to this.

See also
operator==
Parameters
cthe UaString to compare.
Returns
true if other is not equal to this.
bool UaByteRef::operator< ( char  c) const

Compare different char.

Parameters
ca char to compare.
Returns
true if smaller false if not.
bool UaByteRef::operator<= ( char  c) const

Compare different char.

Parameters
ca char to compare.
Returns
true if similar or smaller false if not.
UaByteRef & UaByteRef::operator= ( char  c)

Assign operator.

Parameters
cthe char.
Returns
a reference to the variable.
UaByteRef & UaByteRef::operator= ( const UaByteRef c)

Assign operator.

Parameters
cthe UaByteRef.
Returns
a reference to the variable.
bool UaByteRef::operator== ( char  c) const

Compare variables if they are similar.

Parameters
cthe char to compare.
Returns
true if not similar false if similar.
bool UaByteRef::operator> ( char  c) const

Compare different char.

Parameters
ca char to compare.
Returns
true if bigger false if not.
bool UaByteRef::operator>= ( char  c) const

Compare different char.

Parameters
ca char to compare.
Returns
true if bigger or similar false if not.

The documentation for this class was generated from the following files: