UaByteRef Class Reference

Helper class for modifying UaByteArray elements. More...

#include <uabytearray.h>

Collaboration diagram for UaByteRef:

List of all members.

Public Member Functions

 operator char () const
UaByteRefoperator= (char c)
UaByteRefoperator= (const UaByteRef &c)
bool operator== (char c) const
bool operator!= (char c) const
bool operator> (char c) const
bool operator>= (char c) const
bool operator< (char c) const
bool operator<= (char c) const

Friends

class UaByteArray

Detailed Description

Helper class for modifying UaByteArray elements.

UaByteRef


Member Function Documentation

UaByteRef::operator char (  ) const

ToDoDoc

Returns:
ToDoDoc
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 smaler false if not.
bool UaByteRef::operator<= ( char  c ) const

Compare different char.

Parameters:
ca char to compare.
Returns:
true if similar or smaler 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:
  • /home/buildbot/work/uasdkcpp/src/uabase/uabasecpp/uabytearray.h
  • /home/buildbot/work/uasdkcpp/src/uabase/uabasecpp/uabytearray.cpp