FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
OMEtype_operators.hpp File Reference
#include <OMEtype.h>

Go to the source code of this file.

Macros

#define _OMETYPE_OPERATORS_H_   "$Id$"
 

Functions

bool operator== (const OMEtype &lArg, const OMEtype &rArg)
 
bool operator== (const OMEtype &lArg, const int32_t rArg)
 
bool operator== (const OMEtype &lArg, const int64_t rArg)
 
bool operator== (const OMEtype &lArg, const uint64_t rArg)
 
bool operator== (const OMEtype &lArg, const uint32_t rArg)
 
bool operator== (const OMEtype &lArg, const uint16_t rArg)
 
bool operator== (const OMEtype &lArg, const uint8_t rArg)
 
bool operator== (const OMEtype &lArg, const float rArg)
 
bool operator== (const OMEtype &lArg, const double rArg)
 
bool operator== (const OMEtype &lArg, const OMEfixed &rArg)
 
bool operator== (const OMEtype &lArg, const OMEoid &rArg)
 
bool operator== (const OMEtype &lArg, const OMEstring &rArg)
 
bool operator== (const OMEtype &lArg, const OMEarray &rArg)
 
bool operator== (const OMEtype &lArg, const OMEassoc &rArg)
 
bool operator== (const OMEtype &lArg, const OMEset &rArg)
 
bool operator== (const OMEtype &lArg, const OMEnlm &rArg)
 
bool operator== (const int32_t lArg, const OMEtype &rArg)
 
bool operator== (const int64_t lArg, const OMEtype &rArg)
 
bool operator== (const uint64_t lArg, const OMEtype &rArg)
 
bool operator== (const uint32_t lArg, const OMEtype &rArg)
 
bool operator== (const uint16_t lArg, const OMEtype &rArg)
 
bool operator== (const uint8_t lArg, const OMEtype &rArg)
 
bool operator== (const float lArg, const OMEtype &rArg)
 
bool operator== (const double lArg, const OMEtype &rArg)
 
bool operator== (const OMEfixed &lArg, const OMEtype &rArg)
 
bool operator== (const OMEoid &lArg, const OMEtype &rArg)
 
bool operator== (const OMEstring &lArg, const OMEtype &rArg)
 
bool operator== (const OMEarray &lArg, const OMEtype &rArg)
 
bool operator== (const OMEassoc &lArg, const OMEtype &rArg)
 
bool operator== (const OMEnlm &lArg, const OMEtype &rArg)
 
bool operator!= (const OMEtype &lArg, const OMEtype &rArg)
 
bool operator!= (const OMEtype &lArg, const int32_t rArg)
 
bool operator!= (const OMEtype &lArg, const int64_t rArg)
 
bool operator!= (const OMEtype &lArg, const uint64_t rArg)
 
bool operator!= (const OMEtype &lArg, const uint32_t rArg)
 
bool operator!= (const OMEtype &lArg, const uint16_t rArg)
 
bool operator!= (const OMEtype &lArg, const uint8_t rArg)
 
bool operator!= (const OMEtype &lArg, const float rArg)
 
bool operator!= (const OMEtype &lArg, const double rArg)
 
bool operator!= (const OMEtype &lArg, const OMEfixed &rArg)
 
bool operator!= (const OMEtype &lArg, const OMEoid &rArg)
 
bool operator!= (const OMEtype &lArg, const OMEstring &rArg)
 
bool operator!= (const OMEtype &lArg, const OMEarray &rArg)
 
bool operator!= (const OMEtype &lArg, const OMEassoc &rArg)
 
bool operator!= (const OMEtype &lArg, const OMEset &rArg)
 
bool operator!= (const OMEtype &lArg, const OMEnlm &rArg)
 
bool operator!= (const int32_t lArg, const OMEtype &rArg)
 
bool operator!= (const int64_t lArg, const OMEtype &rArg)
 
bool operator!= (const uint64_t lArg, const OMEtype &rArg)
 
bool operator!= (const uint32_t lArg, const OMEtype &rArg)
 
bool operator!= (const uint16_t lArg, const OMEtype &rArg)
 
bool operator!= (const uint8_t lArg, const OMEtype &rArg)
 
bool operator!= (const float lArg, const OMEtype &rArg)
 
bool operator!= (const double lArg, const OMEtype &rArg)
 
bool operator!= (const OMEfixed &lArg, const OMEtype &rArg)
 
bool operator!= (const OMEoid &lArg, const OMEtype &rArg)
 
bool operator!= (const OMEstring &lArg, const OMEtype &rArg)
 
bool operator!= (const OMEarray &lArg, const OMEtype &rArg)
 
bool operator!= (const OMEassoc &lArg, const OMEtype &rArg)
 
bool operator!= (const OMEnlm &lArg, const OMEtype &rArg)
 
bool operator< (const OMEtype &lArg, const OMEtype &rArg)
 
bool operator< (const OMEtype &lArg, const int32_t rArg)
 
bool operator< (const OMEtype &lArg, const int64_t rArg)
 
bool operator< (const OMEtype &lArg, const uint64_t rArg)
 
bool operator< (const OMEtype &lArg, const uint32_t rArg)
 
bool operator< (const OMEtype &lArg, const uint16_t rArg)
 
bool operator< (const OMEtype &lArg, const uint8_t rArg)
 
bool operator< (const OMEtype &lArg, const float rArg)
 
bool operator< (const OMEtype &lArg, const double rArg)
 
bool operator< (const OMEtype &lArg, const OMEfixed &rArg)
 
bool operator< (const OMEtype &lArg, const OMEstring &rArg)
 
bool operator< (const int32_t lArg, const OMEtype &rArg)
 
bool operator< (const int64_t lArg, const OMEtype &rArg)
 
bool operator< (const uint64_t lArg, const OMEtype &rArg)
 
bool operator< (const uint32_t lArg, const OMEtype &rArg)
 
bool operator< (const uint16_t lArg, const OMEtype &rArg)
 
bool operator< (const uint8_t lArg, const OMEtype &rArg)
 
bool operator< (const float lArg, const OMEtype &rArg)
 
bool operator< (const double lArg, const OMEtype &rArg)
 
bool operator< (const OMEfixed &lArg, const OMEtype &rArg)
 
bool operator< (const OMEstring &lArg, const OMEtype &rArg)
 
bool operator<= (const OMEtype &lArg, const OMEtype &rArg)
 
bool operator<= (const OMEtype &lArg, const int32_t rArg)
 
bool operator<= (const OMEtype &lArg, const int64_t rArg)
 
bool operator<= (const OMEtype &lArg, const uint64_t rArg)
 
bool operator<= (const OMEtype &lArg, const uint32_t rArg)
 
bool operator<= (const OMEtype &lArg, const uint16_t rArg)
 
bool operator<= (const OMEtype &lArg, const uint8_t rArg)
 
bool operator<= (const OMEtype &lArg, const float rArg)
 
bool operator<= (const OMEtype &lArg, const double rArg)
 
bool operator<= (const OMEtype &lArg, const OMEfixed &rArg)
 
bool operator<= (const OMEtype &lArg, const OMEstring &rArg)
 
bool operator<= (const int32_t lArg, const OMEtype &rArg)
 
bool operator<= (const int64_t lArg, const OMEtype &rArg)
 
bool operator<= (const uint64_t lArg, const OMEtype &rArg)
 
bool operator<= (const uint32_t lArg, const OMEtype &rArg)
 
bool operator<= (const uint16_t lArg, const OMEtype &rArg)
 
bool operator<= (const uint8_t lArg, const OMEtype &rArg)
 
bool operator<= (const float lArg, const OMEtype &rArg)
 
bool operator<= (const double lArg, const OMEtype &rArg)
 
bool operator<= (const OMEfixed &lArg, const OMEtype &rArg)
 
bool operator<= (const OMEstring &lArg, const OMEtype &rArg)
 
bool operator> (const OMEtype &lArg, const OMEtype &rArg)
 
bool operator> (const OMEtype &lArg, const int32_t rArg)
 
bool operator> (const OMEtype &lArg, const int64_t rArg)
 
bool operator> (const OMEtype &lArg, const uint64_t rArg)
 
bool operator> (const OMEtype &lArg, const uint32_t rArg)
 
bool operator> (const OMEtype &lArg, const uint16_t rArg)
 
bool operator> (const OMEtype &lArg, const uint8_t rArg)
 
bool operator> (const OMEtype &lArg, const float rArg)
 
bool operator> (const OMEtype &lArg, const double rArg)
 
bool operator> (const OMEtype &lArg, const OMEfixed &rArg)
 
bool operator> (const OMEtype &lArg, const OMEstring &rArg)
 
bool operator> (const int32_t lArg, const OMEtype &rArg)
 
bool operator> (const int64_t lArg, const OMEtype &rArg)
 
bool operator> (const uint64_t lArg, const OMEtype &rArg)
 
bool operator> (const uint32_t lArg, const OMEtype &rArg)
 
bool operator> (const uint16_t lArg, const OMEtype &rArg)
 
bool operator> (const uint8_t lArg, const OMEtype &rArg)
 
bool operator> (const float lArg, const OMEtype &rArg)
 
bool operator> (const double lArg, const OMEtype &rArg)
 
bool operator> (const OMEfixed &lArg, const OMEtype &rArg)
 
bool operator> (const OMEstring &lArg, const OMEtype &rArg)
 
bool operator>= (const OMEtype &lArg, const OMEtype &rArg)
 
bool operator>= (const OMEtype &lArg, const int32_t rArg)
 
bool operator>= (const OMEtype &lArg, const int64_t rArg)
 
bool operator>= (const OMEtype &lArg, const uint64_t rArg)
 
bool operator>= (const OMEtype &lArg, const uint32_t rArg)
 
bool operator>= (const OMEtype &lArg, const uint16_t rArg)
 
bool operator>= (const OMEtype &lArg, const uint8_t rArg)
 
bool operator>= (const OMEtype &lArg, const float rArg)
 
bool operator>= (const OMEtype &lArg, const double rArg)
 
bool operator>= (const OMEtype &lArg, const OMEfixed &rArg)
 
bool operator>= (const OMEtype &lArg, const OMEstring &rArg)
 
bool operator>= (const int32_t lArg, const OMEtype &rArg)
 
bool operator>= (const int64_t lArg, const OMEtype &rArg)
 
bool operator>= (const uint64_t lArg, const OMEtype &rArg)
 
bool operator>= (const uint32_t lArg, const OMEtype &rArg)
 
bool operator>= (const uint16_t lArg, const OMEtype &rArg)
 
bool operator>= (const uint8_t lArg, const OMEtype &rArg)
 
bool operator>= (const float lArg, const OMEtype &rArg)
 
bool operator>= (const double lArg, const OMEtype &rArg)
 
bool operator>= (const OMEfixed &lArg, const OMEtype &rArg)
 
bool operator>= (const OMEstring &lArg, const OMEtype &rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const OMEtype &rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const int32_t rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const int64_t rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const uint64_t rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const uint32_t rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const uint16_t rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const uint8_t rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const float rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const double rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const OMEfixed &rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const OMEstring &rArg)
 
OMEtypeoperator+= (OMEtype &lArg, const OMEset &rArg)
 
int32_t & operator+= (int32_t &lArg, const OMEtype &rArg)
 
int64_t & operator+= (int64_t &lArg, const OMEtype &rArg)
 
uint64_t & operator+= (uint64_t &lArg, const OMEtype &rArg)
 
uint32_t & operator+= (uint32_t &lArg, const OMEtype &rArg)
 
uint16_t & operator+= (uint16_t &lArg, const OMEtype &rArg)
 
uint8_t & operator+= (uint8_t &lArg, const OMEtype &rArg)
 
float & operator+= (float &lArg, const OMEtype &rArg)
 
double & operator+= (double &lArg, const OMEtype &rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const OMEtype &rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const int32_t rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const int64_t rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const uint64_t rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const uint32_t rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const uint16_t rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const uint8_t rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const float rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const double rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const OMEfixed &rArg)
 
OMEtypeoperator-= (OMEtype &lArg, const OMEset &rArg)
 
int32_t & operator-= (int32_t &lArg, const OMEtype &rArg)
 
int64_t & operator-= (int64_t &lArg, const OMEtype &rArg)
 
uint64_t & operator-= (uint64_t &lArg, const OMEtype &rArg)
 
uint32_t & operator-= (uint32_t &lArg, const OMEtype &rArg)
 
uint16_t & operator-= (uint16_t &lArg, const OMEtype &rArg)
 
uint8_t & operator-= (uint8_t &lArg, const OMEtype &rArg)
 
float & operator-= (float &lArg, const OMEtype &rArg)
 
double & operator-= (double &lArg, const OMEtype &rArg)
 
OMEtypeoperator&= (OMEtype &lArg, const OMEtype &rArg)
 
OMEtypeoperator&= (OMEtype &lArg, const int32_t rArg)
 
OMEtypeoperator&= (OMEtype &lArg, const int64_t rArg)
 
OMEtypeoperator&= (OMEtype &lArg, const uint64_t rArg)
 
OMEtypeoperator&= (OMEtype &lArg, const uint32_t rArg)
 
OMEtypeoperator&= (OMEtype &lArg, const uint16_t rArg)
 
OMEtypeoperator&= (OMEtype &lArg, const uint8_t rArg)
 
OMEtypeoperator&= (OMEtype &lArg, const OMEset &rArg)
 
int32_t & operator&= (int32_t &lArg, const OMEtype &rArg)
 
int64_t & operator&= (int64_t &lArg, const OMEtype &rArg)
 
uint64_t & operator&= (uint64_t &lArg, const OMEtype &rArg)
 
uint32_t & operator&= (uint32_t &lArg, const OMEtype &rArg)
 
uint16_t & operator&= (uint16_t &lArg, const OMEtype &rArg)
 
uint8_t & operator&= (uint8_t &lArg, const OMEtype &rArg)
 
OMEtypeoperator|= (OMEtype &lArg, const OMEtype &rArg)
 
OMEtypeoperator|= (OMEtype &lArg, const int32_t rArg)
 
OMEtypeoperator|= (OMEtype &lArg, const int64_t rArg)
 
OMEtypeoperator|= (OMEtype &lArg, const uint64_t rArg)
 
OMEtypeoperator|= (OMEtype &lArg, const uint32_t rArg)
 
OMEtypeoperator|= (OMEtype &lArg, const uint16_t rArg)
 
OMEtypeoperator|= (OMEtype &lArg, const uint8_t rArg)
 
OMEtypeoperator|= (OMEtype &lArg, const OMEset &rArg)
 
int32_t & operator|= (int32_t &lArg, const OMEtype &rArg)
 
int64_t & operator|= (int64_t &lArg, const OMEtype &rArg)
 
uint64_t & operator|= (uint64_t &lArg, const OMEtype &rArg)
 
uint32_t & operator|= (uint32_t &lArg, const OMEtype &rArg)
 
uint16_t & operator|= (uint16_t &lArg, const OMEtype &rArg)
 
uint8_t & operator|= (uint8_t &lArg, const OMEtype &rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const OMEtype &rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const int32_t rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const int64_t rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const uint64_t rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const uint32_t rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const uint16_t rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const uint8_t rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const float rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const double rArg)
 
OMEtypeoperator*= (OMEtype &lArg, const OMEfixed &rArg)
 
int32_t & operator*= (int32_t &lArg, const OMEtype &rArg)
 
int64_t & operator*= (int64_t &lArg, const OMEtype &rArg)
 
uint64_t & operator*= (uint64_t &lArg, const OMEtype &rArg)
 
uint32_t & operator*= (uint32_t &lArg, const OMEtype &rArg)
 
uint16_t & operator*= (uint16_t &lArg, const OMEtype &rArg)
 
uint8_t & operator*= (uint8_t &lArg, const OMEtype &rArg)
 
float & operator*= (float &lArg, const OMEtype &rArg)
 
double & operator*= (double &lArg, const OMEtype &rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const OMEtype &rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const int32_t rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const int64_t rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const uint64_t rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const uint32_t rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const uint16_t rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const uint8_t rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const float rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const double rArg)
 
OMEtypeoperator/= (OMEtype &lArg, const OMEfixed &rArg)
 
int32_t & operator/= (int32_t &lArg, const OMEtype &rArg)
 
int64_t & operator/= (int64_t &lArg, const OMEtype &rArg)
 
uint64_t & operator/= (uint64_t &lArg, const OMEtype &rArg)
 
uint32_t & operator/= (uint32_t &lArg, const OMEtype &rArg)
 
uint16_t & operator/= (uint16_t &lArg, const OMEtype &rArg)
 
uint8_t & operator/= (uint8_t &lArg, const OMEtype &rArg)
 
float & operator/= (float &lArg, const OMEtype &rArg)
 
double & operator/= (double &lArg, const OMEtype &rArg)
 
OMEtypeoperator%= (OMEtype &lArg, const OMEtype &rArg)
 
OMEtypeoperator%= (OMEtype &lArg, const int32_t rArg)
 
OMEtypeoperator%= (OMEtype &lArg, const int64_t rArg)
 
OMEtypeoperator%= (OMEtype &lArg, const uint64_t rArg)
 
OMEtypeoperator%= (OMEtype &lArg, const uint32_t rArg)
 
OMEtypeoperator%= (OMEtype &lArg, const uint16_t rArg)
 
OMEtypeoperator%= (OMEtype &lArg, const uint8_t rArg)
 
int32_t & operator%= (int32_t &lArg, const OMEtype &rArg)
 
int64_t & operator%= (int64_t &lArg, const OMEtype &rArg)
 
uint64_t & operator%= (uint64_t &lArg, const OMEtype &rArg)
 
uint32_t & operator%= (uint32_t &lArg, const OMEtype &rArg)
 
uint16_t & operator%= (uint16_t &lArg, const OMEtype &rArg)
 
uint8_t & operator%= (uint8_t &lArg, const OMEtype &rArg)
 
OMEtypeoperator^= (OMEtype &lArg, const OMEtype &rArg)
 
OMEtypeoperator^= (OMEtype &lArg, const int32_t rArg)
 
OMEtypeoperator^= (OMEtype &lArg, const int64_t rArg)
 
OMEtypeoperator^= (OMEtype &lArg, const uint64_t rArg)
 
OMEtypeoperator^= (OMEtype &lArg, const uint32_t rArg)
 
OMEtypeoperator^= (OMEtype &lArg, const uint16_t rArg)
 
OMEtypeoperator^= (OMEtype &lArg, const uint8_t rArg)
 
int32_t & operator^= (int32_t &lArg, const OMEtype &rArg)
 
int64_t & operator^= (int64_t &lArg, const OMEtype &rArg)
 
uint64_t & operator^= (uint64_t &lArg, const OMEtype &rArg)
 
uint32_t & operator^= (uint32_t &lArg, const OMEtype &rArg)
 
uint16_t & operator^= (uint16_t &lArg, const OMEtype &rArg)
 
uint8_t & operator^= (uint8_t &lArg, const OMEtype &rArg)
 
OMEtype operator+ (const OMEtype &lArg, const OMEtype &rArg)
 
OMEtype operator+ (const OMEtype &lArg, const int32_t rArg)
 
OMEtype operator+ (const OMEtype &lArg, const int64_t rArg)
 
OMEtype operator+ (const OMEtype &lArg, const uint64_t rArg)
 
OMEtype operator+ (const OMEtype &lArg, const uint32_t rArg)
 
OMEtype operator+ (const OMEtype &lArg, const uint16_t rArg)
 
OMEtype operator+ (const OMEtype &lArg, const uint8_t rArg)
 
OMEtype operator+ (const OMEtype &lArg, const float rArg)
 
OMEtype operator+ (const OMEtype &lArg, const double rArg)
 
OMEtype operator+ (const OMEtype &lArg, const OMEfixed &rArg)
 
OMEtype operator+ (const OMEtype &lArg, const OMEstring &rArg)
 
OMEtype operator+ (const OMEtype &lArg, const OMEset &rArg)
 
int32_t operator+ (const int32_t lArg, const OMEtype &rArg)
 
int64_t operator+ (const int64_t lArg, const OMEtype &rArg)
 
uint64_t operator+ (const uint64_t lArg, const OMEtype &rArg)
 
uint32_t operator+ (const uint32_t lArg, const OMEtype &rArg)
 
uint32_t operator+ (const uint16_t lArg, const OMEtype &rArg)
 
uint32_t operator+ (const uint8_t lArg, const OMEtype &rArg)
 
float operator+ (const float lArg, const OMEtype &rArg)
 
double operator+ (const double lArg, const OMEtype &rArg)
 
OMEtype operator- (const OMEtype &lArg, const OMEtype &rArg)
 
OMEtype operator- (const OMEtype &lArg, const int32_t rArg)
 
OMEtype operator- (const OMEtype &lArg, const int64_t rArg)
 
OMEtype operator- (const OMEtype &lArg, const uint64_t rArg)
 
OMEtype operator- (const OMEtype &lArg, const uint32_t rArg)
 
OMEtype operator- (const OMEtype &lArg, const uint16_t rArg)
 
OMEtype operator- (const OMEtype &lArg, const uint8_t rArg)
 
OMEtype operator- (const OMEtype &lArg, const float rArg)
 
OMEtype operator- (const OMEtype &lArg, const double rArg)
 
OMEtype operator- (const OMEtype &lArg, const OMEfixed &rArg)
 
OMEtype operator- (const OMEtype &lArg, const OMEset &rArg)
 
int32_t operator- (const int32_t lArg, const OMEtype &rArg)
 
int64_t operator- (const int64_t lArg, const OMEtype &rArg)
 
uint64_t operator- (const uint64_t lArg, const OMEtype &rArg)
 
uint32_t operator- (const uint32_t lArg, const OMEtype &rArg)
 
uint32_t operator- (const uint16_t lArg, const OMEtype &rArg)
 
uint32_t operator- (const uint8_t lArg, const OMEtype &rArg)
 
float operator- (const float lArg, const OMEtype &rArg)
 
double operator- (const double lArg, const OMEtype &rArg)
 
OMEtype operator* (const OMEtype &lArg, const OMEtype &rArg)
 
OMEtype operator* (const OMEtype &lArg, const int32_t rArg)
 
OMEtype operator* (const OMEtype &lArg, const int64_t rArg)
 
OMEtype operator* (const OMEtype &lArg, const uint64_t rArg)
 
OMEtype operator* (const OMEtype &lArg, const uint32_t rArg)
 
OMEtype operator* (const OMEtype &lArg, const uint16_t rArg)
 
OMEtype operator* (const OMEtype &lArg, const uint8_t rArg)
 
OMEtype operator* (const OMEtype &lArg, const float rArg)
 
OMEtype operator* (const OMEtype &lArg, const double rArg)
 
OMEtype operator* (const OMEtype &lArg, const OMEfixed &rArg)
 
int32_t operator* (const int32_t lArg, const OMEtype &rArg)
 
int64_t operator* (const int64_t lArg, const OMEtype &rArg)
 
uint64_t operator* (const uint64_t lArg, const OMEtype &rArg)
 
uint32_t operator* (const uint32_t lArg, const OMEtype &rArg)
 
uint32_t operator* (const uint16_t lArg, const OMEtype &rArg)
 
uint32_t operator* (const uint8_t lArg, const OMEtype &rArg)
 
float operator* (const float lArg, const OMEtype &rArg)
 
double operator* (const double lArg, const OMEtype &rArg)
 
OMEtype operator/ (const OMEtype &lArg, const OMEtype &rArg)
 
OMEtype operator/ (const OMEtype &lArg, const int32_t rArg)
 
OMEtype operator/ (const OMEtype &lArg, const int64_t rArg)
 
OMEtype operator/ (const OMEtype &lArg, const uint64_t rArg)
 
OMEtype operator/ (const OMEtype &lArg, const uint32_t rArg)
 
OMEtype operator/ (const OMEtype &lArg, const uint16_t rArg)
 
OMEtype operator/ (const OMEtype &lArg, const uint8_t rArg)
 
OMEtype operator/ (const OMEtype &lArg, const float rArg)
 
OMEtype operator/ (const OMEtype &lArg, const double rArg)
 
OMEtype operator/ (const OMEtype &lArg, const OMEfixed &rArg)
 
int32_t operator/ (const int32_t lArg, const OMEtype &rArg)
 
int64_t operator/ (const int64_t lArg, const OMEtype &rArg)
 
uint64_t operator/ (const uint64_t lArg, const OMEtype &rArg)
 
uint32_t operator/ (const uint32_t lArg, const OMEtype &rArg)
 
uint32_t operator/ (const uint16_t lArg, const OMEtype &rArg)
 
uint32_t operator/ (const uint8_t lArg, const OMEtype &rArg)
 
float operator/ (const float lArg, const OMEtype &rArg)
 
double operator/ (const double lArg, const OMEtype &rArg)
 
OMEtype operator% (const OMEtype &lArg, const OMEtype &rArg)
 
OMEtype operator% (const OMEtype &lArg, const int32_t rArg)
 
OMEtype operator% (const OMEtype &lArg, const int64_t rArg)
 
OMEtype operator% (const OMEtype &lArg, const uint64_t rArg)
 
OMEtype operator% (const OMEtype &lArg, const uint32_t rArg)
 
OMEtype operator% (const OMEtype &lArg, const uint16_t rArg)
 
OMEtype operator% (const OMEtype &lArg, const uint8_t rArg)
 
int32_t operator% (const int32_t lArg, const OMEtype &rArg)
 
int64_t operator% (const int64_t lArg, const OMEtype &rArg)
 
uint64_t operator% (const uint64_t lArg, const OMEtype &rArg)
 
uint32_t operator% (const uint32_t lArg, const OMEtype &rArg)
 
uint32_t operator% (const uint16_t lArg, const OMEtype &rArg)
 
uint32_t operator% (const uint8_t lArg, const OMEtype &rArg)
 
OMEtype operator& (const OMEtype &lArg, const OMEtype &rArg)
 
OMEtype operator& (const OMEtype &lArg, const int32_t rArg)
 
OMEtype operator& (const OMEtype &lArg, const int64_t rArg)
 
OMEtype operator& (const OMEtype &lArg, const uint64_t rArg)
 
OMEtype operator& (const OMEtype &lArg, const uint32_t rArg)
 
OMEtype operator& (const OMEtype &lArg, const uint16_t rArg)
 
OMEtype operator& (const OMEtype &lArg, const uint8_t rArg)
 
int32_t operator& (const int32_t lArg, const OMEtype &rArg)
 
int64_t operator& (const int64_t lArg, const OMEtype &rArg)
 
uint64_t operator& (const uint64_t lArg, const OMEtype &rArg)
 
uint32_t operator& (const uint32_t lArg, const OMEtype &rArg)
 
uint32_t operator& (const uint16_t lArg, const OMEtype &rArg)
 
uint32_t operator& (const uint8_t lArg, const OMEtype &rArg)
 
OMEtype operator| (const OMEtype &lArg, const OMEtype &rArg)
 
OMEtype operator| (const OMEtype &lArg, const int32_t rArg)
 
OMEtype operator| (const OMEtype &lArg, const int64_t rArg)
 
OMEtype operator| (const OMEtype &lArg, const uint64_t rArg)
 
OMEtype operator| (const OMEtype &lArg, const uint32_t rArg)
 
OMEtype operator| (const OMEtype &lArg, const uint16_t rArg)
 
OMEtype operator| (const OMEtype &lArg, const uint8_t rArg)
 
int32_t operator| (const int32_t lArg, const OMEtype &rArg)
 
int64_t operator| (const int64_t lArg, const OMEtype &rArg)
 
uint64_t operator| (const uint64_t lArg, const OMEtype &rArg)
 
uint32_t operator| (const uint32_t lArg, const OMEtype &rArg)
 
uint32_t operator| (const uint16_t lArg, const OMEtype &rArg)
 
uint32_t operator| (const uint8_t lArg, const OMEtype &rArg)
 
OMEtype operator^ (const OMEtype &lArg, const OMEtype &rArg)
 
OMEtype operator^ (const OMEtype &lArg, const int32_t rArg)
 
OMEtype operator^ (const OMEtype &lArg, const int64_t rArg)
 
OMEtype operator^ (const OMEtype &lArg, const uint64_t rArg)
 
OMEtype operator^ (const OMEtype &lArg, const uint32_t rArg)
 
OMEtype operator^ (const OMEtype &lArg, const uint16_t rArg)
 
OMEtype operator^ (const OMEtype &lArg, const uint8_t rArg)
 
int32_t operator^ (const int32_t lArg, const OMEtype &rArg)
 
int64_t operator^ (const int64_t lArg, const OMEtype &rArg)
 
uint64_t operator^ (const uint64_t lArg, const OMEtype &rArg)
 
uint32_t operator^ (const uint32_t lArg, const OMEtype &rArg)
 
uint32_t operator^ (const uint16_t lArg, const OMEtype &rArg)
 
uint32_t operator^ (const uint8_t lArg, const OMEtype &rArg)
 

Macro Definition Documentation

◆ _OMETYPE_OPERATORS_H_

#define _OMETYPE_OPERATORS_H_   "$Id$"

Function Documentation

◆ operator!=() [1/30]

◆ operator!=() [2/30]

◆ operator!=() [3/30]

◆ operator!=() [4/30]

◆ operator!=() [5/30]

bool operator!= ( const OMEarray lArg,
const OMEtype rArg 
)

◆ operator!=() [6/30]

bool operator!= ( const OMEassoc lArg,
const OMEtype rArg 
)

◆ operator!=() [7/30]

◆ operator!=() [8/30]

bool operator!= ( const OMEnlm lArg,
const OMEtype rArg 
)

◆ operator!=() [9/30]

bool operator!= ( const OMEoid lArg,
const OMEtype rArg 
)

◆ operator!=() [10/30]

bool operator!= ( const OMEstring lArg,
const OMEtype rArg 
)

◆ operator!=() [11/30]

◆ operator!=() [12/30]

◆ operator!=() [13/30]

◆ operator!=() [14/30]

◆ operator!=() [15/30]

bool operator!= ( const OMEtype lArg,
const OMEarray rArg 
)

◆ operator!=() [16/30]

bool operator!= ( const OMEtype lArg,
const OMEassoc rArg 
)

◆ operator!=() [17/30]

◆ operator!=() [18/30]

bool operator!= ( const OMEtype lArg,
const OMEnlm rArg 
)

◆ operator!=() [19/30]

bool operator!= ( const OMEtype lArg,
const OMEoid rArg 
)

◆ operator!=() [20/30]

bool operator!= ( const OMEtype lArg,
const OMEset rArg 
)

◆ operator!=() [21/30]

bool operator!= ( const OMEtype lArg,
const OMEstring rArg 
)

◆ operator!=() [22/30]

◆ operator!=() [23/30]

◆ operator!=() [24/30]

◆ operator!=() [25/30]

◆ operator!=() [26/30]

◆ operator!=() [27/30]

◆ operator!=() [28/30]

◆ operator!=() [29/30]

◆ operator!=() [30/30]

◆ operator%() [1/13]

int32_t operator% ( const int32_t  lArg,
const OMEtype rArg 
)

◆ operator%() [2/13]

int64_t operator% ( const int64_t  lArg,
const OMEtype rArg 
)

◆ operator%() [3/13]

OMEtype operator% ( const OMEtype lArg,
const int32_t  rArg 
)

◆ operator%() [4/13]

OMEtype operator% ( const OMEtype lArg,
const int64_t  rArg 
)

◆ operator%() [5/13]

◆ operator%() [6/13]

OMEtype operator% ( const OMEtype lArg,
const uint16_t  rArg 
)

◆ operator%() [7/13]

OMEtype operator% ( const OMEtype lArg,
const uint32_t  rArg 
)

◆ operator%() [8/13]

OMEtype operator% ( const OMEtype lArg,
const uint64_t  rArg 
)

◆ operator%() [9/13]

OMEtype operator% ( const OMEtype lArg,
const uint8_t  rArg 
)

◆ operator%() [10/13]

uint32_t operator% ( const uint16_t  lArg,
const OMEtype rArg 
)

◆ operator%() [11/13]

uint32_t operator% ( const uint32_t  lArg,
const OMEtype rArg 
)

◆ operator%() [12/13]

uint64_t operator% ( const uint64_t  lArg,
const OMEtype rArg 
)

◆ operator%() [13/13]

uint32_t operator% ( const uint8_t  lArg,
const OMEtype rArg 
)

◆ operator%=() [1/13]

int32_t& operator%= ( int32_t &  lArg,
const OMEtype rArg 
)

◆ operator%=() [2/13]

int64_t& operator%= ( int64_t &  lArg,
const OMEtype rArg 
)

◆ operator%=() [3/13]

OMEtype& operator%= ( OMEtype lArg,
const int32_t  rArg 
)

◆ operator%=() [4/13]

OMEtype& operator%= ( OMEtype lArg,
const int64_t  rArg 
)

◆ operator%=() [5/13]

◆ operator%=() [6/13]

OMEtype& operator%= ( OMEtype lArg,
const uint16_t  rArg 
)

◆ operator%=() [7/13]

OMEtype& operator%= ( OMEtype lArg,
const uint32_t  rArg 
)

◆ operator%=() [8/13]

OMEtype& operator%= ( OMEtype lArg,
const uint64_t  rArg 
)

◆ operator%=() [9/13]

OMEtype& operator%= ( OMEtype lArg,
const uint8_t  rArg 
)

◆ operator%=() [10/13]

uint16_t& operator%= ( uint16_t &  lArg,
const OMEtype rArg 
)

◆ operator%=() [11/13]

uint32_t& operator%= ( uint32_t &  lArg,
const OMEtype rArg 
)

◆ operator%=() [12/13]

uint64_t& operator%= ( uint64_t &  lArg,
const OMEtype rArg 
)

◆ operator%=() [13/13]

uint8_t& operator%= ( uint8_t &  lArg,
const OMEtype rArg 
)

◆ operator&() [1/13]

int32_t operator& ( const int32_t  lArg,
const OMEtype rArg 
)

◆ operator&() [2/13]

int64_t operator& ( const int64_t  lArg,
const OMEtype rArg 
)

◆ operator&() [3/13]

OMEtype operator& ( const OMEtype lArg,
const int32_t  rArg 
)

◆ operator&() [4/13]

OMEtype operator& ( const OMEtype lArg,
const int64_t  rArg 
)

◆ operator&() [5/13]

◆ operator&() [6/13]

OMEtype operator& ( const OMEtype lArg,
const uint16_t  rArg 
)

◆ operator&() [7/13]

OMEtype operator& ( const OMEtype lArg,
const uint32_t  rArg 
)

◆ operator&() [8/13]

OMEtype operator& ( const OMEtype lArg,
const uint64_t  rArg 
)

◆ operator&() [9/13]

OMEtype operator& ( const OMEtype lArg,
const uint8_t  rArg 
)

◆ operator&() [10/13]

uint32_t operator& ( const uint16_t  lArg,
const OMEtype rArg 
)

◆ operator&() [11/13]

uint32_t operator& ( const uint32_t  lArg,
const OMEtype rArg 
)

◆ operator&() [12/13]

uint64_t operator& ( const uint64_t  lArg,
const OMEtype rArg 
)

◆ operator&() [13/13]

uint32_t operator& ( const uint8_t  lArg,
const OMEtype rArg 
)

◆ operator&=() [1/14]

int32_t& operator&= ( int32_t &  lArg,
const OMEtype rArg 
)

◆ operator&=() [2/14]

int64_t& operator&= ( int64_t &  lArg,
const OMEtype rArg 
)

◆ operator&=() [3/14]

OMEtype& operator&= ( OMEtype lArg,
const int32_t  rArg 
)

◆ operator&=() [4/14]

OMEtype& operator&= ( OMEtype lArg,
const int64_t  rArg 
)

◆ operator&=() [5/14]

OMEtype& operator&= ( OMEtype lArg,
const OMEset rArg 
)

◆ operator&=() [6/14]

◆ operator&=() [7/14]

OMEtype& operator&= ( OMEtype lArg,
const uint16_t  rArg 
)

◆ operator&=() [8/14]

OMEtype& operator&= ( OMEtype lArg,
const uint32_t  rArg 
)

◆ operator&=() [9/14]

OMEtype& operator&= ( OMEtype lArg,
const uint64_t  rArg 
)

◆ operator&=() [10/14]

OMEtype& operator&= ( OMEtype lArg,
const uint8_t  rArg 
)

◆ operator&=() [11/14]

uint16_t& operator&= ( uint16_t &  lArg,
const OMEtype rArg 
)

◆ operator&=() [12/14]

uint32_t& operator&= ( uint32_t &  lArg,
const OMEtype rArg 
)

◆ operator&=() [13/14]

uint64_t& operator&= ( uint64_t &  lArg,
const OMEtype rArg 
)

◆ operator&=() [14/14]

uint8_t& operator&= ( uint8_t &  lArg,
const OMEtype rArg 
)

◆ operator*() [1/18]

◆ operator*() [2/18]

◆ operator*() [3/18]

◆ operator*() [4/18]

◆ operator*() [5/18]

OMEtype operator* ( const OMEtype lArg,
const double  rArg 
)

◆ operator*() [6/18]

OMEtype operator* ( const OMEtype lArg,
const float  rArg 
)

◆ operator*() [7/18]

OMEtype operator* ( const OMEtype lArg,
const int32_t  rArg 
)

◆ operator*() [8/18]

OMEtype operator* ( const OMEtype lArg,
const int64_t  rArg 
)

◆ operator*() [9/18]

OMEtype operator* ( const OMEtype lArg,
const OMEfixed rArg 
)

◆ operator*() [10/18]

◆ operator*() [11/18]

OMEtype operator* ( const OMEtype lArg,
const uint16_t  rArg 
)

◆ operator*() [12/18]

OMEtype operator* ( const OMEtype lArg,
const uint32_t  rArg 
)

◆ operator*() [13/18]

OMEtype operator* ( const OMEtype lArg,
const uint64_t  rArg 
)

◆ operator*() [14/18]

OMEtype operator* ( const OMEtype lArg,
const uint8_t  rArg 
)

◆ operator*() [15/18]

◆ operator*() [16/18]

◆ operator*() [17/18]

◆ operator*() [18/18]

◆ operator*=() [1/18]

◆ operator*=() [2/18]

◆ operator*=() [3/18]

◆ operator*=() [4/18]

◆ operator*=() [5/18]

OMEtype& operator*= ( OMEtype lArg,
const double  rArg 
)

◆ operator*=() [6/18]

OMEtype& operator*= ( OMEtype lArg,
const float  rArg 
)

◆ operator*=() [7/18]

OMEtype& operator*= ( OMEtype lArg,
const int32_t  rArg 
)

◆ operator*=() [8/18]

OMEtype& operator*= ( OMEtype lArg,
const int64_t  rArg 
)

◆ operator*=() [9/18]

OMEtype& operator*= ( OMEtype lArg,
const OMEfixed rArg 
)

◆ operator*=() [10/18]

◆ operator*=() [11/18]

OMEtype& operator*= ( OMEtype lArg,
const uint16_t  rArg 
)

◆ operator*=() [12/18]

OMEtype& operator*= ( OMEtype lArg,
const uint32_t  rArg 
)

◆ operator*=() [13/18]

OMEtype& operator*= ( OMEtype lArg,
const uint64_t  rArg 
)

◆ operator*=() [14/18]

OMEtype& operator*= ( OMEtype lArg,
const uint8_t  rArg 
)

◆ operator*=() [15/18]

◆ operator*=() [16/18]

◆ operator*=() [17/18]

◆ operator*=() [18/18]

◆ operator+() [1/20]

◆ operator+() [2/20]

◆ operator+() [3/20]

◆ operator+() [4/20]

◆ operator+() [5/20]

◆ operator+() [6/20]

◆ operator+() [7/20]

◆ operator+() [8/20]

◆ operator+() [9/20]

◆ operator+() [10/20]

OMEtype operator+ ( const OMEtype lArg,
const OMEset rArg 
)

◆ operator+() [11/20]

◆ operator+() [12/20]

◆ operator+() [13/20]

◆ operator+() [14/20]

◆ operator+() [15/20]

◆ operator+() [16/20]

◆ operator+() [17/20]

◆ operator+() [18/20]

◆ operator+() [19/20]

◆ operator+() [20/20]

◆ operator+=() [1/20]

◆ operator+=() [2/20]

◆ operator+=() [3/20]

◆ operator+=() [4/20]

◆ operator+=() [5/20]

◆ operator+=() [6/20]

◆ operator+=() [7/20]

◆ operator+=() [8/20]

◆ operator+=() [9/20]

◆ operator+=() [10/20]

OMEtype& operator+= ( OMEtype lArg,
const OMEset rArg 
)

◆ operator+=() [11/20]

◆ operator+=() [12/20]

◆ operator+=() [13/20]

◆ operator+=() [14/20]

◆ operator+=() [15/20]

◆ operator+=() [16/20]

◆ operator+=() [17/20]

◆ operator+=() [18/20]

◆ operator+=() [19/20]

◆ operator+=() [20/20]

◆ operator-() [1/19]

◆ operator-() [2/19]

◆ operator-() [3/19]

◆ operator-() [4/19]

◆ operator-() [5/19]

◆ operator-() [6/19]

◆ operator-() [7/19]

◆ operator-() [8/19]

◆ operator-() [9/19]

◆ operator-() [10/19]

OMEtype operator- ( const OMEtype lArg,
const OMEset rArg 
)

◆ operator-() [11/19]

◆ operator-() [12/19]

◆ operator-() [13/19]

◆ operator-() [14/19]

◆ operator-() [15/19]

◆ operator-() [16/19]

◆ operator-() [17/19]

◆ operator-() [18/19]

◆ operator-() [19/19]

◆ operator-=() [1/19]

◆ operator-=() [2/19]

◆ operator-=() [3/19]

◆ operator-=() [4/19]

◆ operator-=() [5/19]

◆ operator-=() [6/19]

◆ operator-=() [7/19]

◆ operator-=() [8/19]

◆ operator-=() [9/19]

◆ operator-=() [10/19]

OMEtype& operator-= ( OMEtype lArg,
const OMEset rArg 
)

◆ operator-=() [11/19]

◆ operator-=() [12/19]

◆ operator-=() [13/19]

◆ operator-=() [14/19]

◆ operator-=() [15/19]

◆ operator-=() [16/19]

◆ operator-=() [17/19]

◆ operator-=() [18/19]

◆ operator-=() [19/19]

◆ operator/() [1/18]

◆ operator/() [2/18]

◆ operator/() [3/18]

◆ operator/() [4/18]

◆ operator/() [5/18]

OMEtype operator/ ( const OMEtype lArg,
const double  rArg 
)

◆ operator/() [6/18]

OMEtype operator/ ( const OMEtype lArg,
const float  rArg 
)

◆ operator/() [7/18]

OMEtype operator/ ( const OMEtype lArg,
const int32_t  rArg 
)

◆ operator/() [8/18]

OMEtype operator/ ( const OMEtype lArg,
const int64_t  rArg 
)

◆ operator/() [9/18]

OMEtype operator/ ( const OMEtype lArg,
const OMEfixed rArg 
)

◆ operator/() [10/18]

◆ operator/() [11/18]

OMEtype operator/ ( const OMEtype lArg,
const uint16_t  rArg 
)

◆ operator/() [12/18]

OMEtype operator/ ( const OMEtype lArg,
const uint32_t  rArg 
)

◆ operator/() [13/18]

OMEtype operator/ ( const OMEtype lArg,
const uint64_t  rArg 
)

◆ operator/() [14/18]

OMEtype operator/ ( const OMEtype lArg,
const uint8_t  rArg 
)

◆ operator/() [15/18]

◆ operator/() [16/18]

◆ operator/() [17/18]

◆ operator/() [18/18]

◆ operator/=() [1/18]

◆ operator/=() [2/18]

◆ operator/=() [3/18]

◆ operator/=() [4/18]

◆ operator/=() [5/18]

OMEtype& operator/= ( OMEtype lArg,
const double  rArg 
)

◆ operator/=() [6/18]

OMEtype& operator/= ( OMEtype lArg,
const float  rArg 
)

◆ operator/=() [7/18]

OMEtype& operator/= ( OMEtype lArg,
const int32_t  rArg 
)

◆ operator/=() [8/18]

OMEtype& operator/= ( OMEtype lArg,
const int64_t  rArg 
)

◆ operator/=() [9/18]

OMEtype& operator/= ( OMEtype lArg,
const OMEfixed rArg 
)

◆ operator/=() [10/18]

◆ operator/=() [11/18]

OMEtype& operator/= ( OMEtype lArg,
const uint16_t  rArg 
)

◆ operator/=() [12/18]

OMEtype& operator/= ( OMEtype lArg,
const uint32_t  rArg 
)

◆ operator/=() [13/18]

OMEtype& operator/= ( OMEtype lArg,
const uint64_t  rArg 
)

◆ operator/=() [14/18]

OMEtype& operator/= ( OMEtype lArg,
const uint8_t  rArg 
)

◆ operator/=() [15/18]

◆ operator/=() [16/18]

◆ operator/=() [17/18]

◆ operator/=() [18/18]

◆ operator<() [1/21]

◆ operator<() [2/21]

◆ operator<() [3/21]

◆ operator<() [4/21]

◆ operator<() [5/21]

◆ operator<() [6/21]

bool operator< ( const OMEstring lArg,
const OMEtype rArg 
)

◆ operator<() [7/21]

◆ operator<() [8/21]

◆ operator<() [9/21]

◆ operator<() [10/21]

◆ operator<() [11/21]

◆ operator<() [12/21]

bool operator< ( const OMEtype lArg,
const OMEstring rArg 
)

◆ operator<() [13/21]

◆ operator<() [14/21]

◆ operator<() [15/21]

◆ operator<() [16/21]

◆ operator<() [17/21]

◆ operator<() [18/21]

◆ operator<() [19/21]

◆ operator<() [20/21]

◆ operator<() [21/21]

◆ operator<=() [1/21]

◆ operator<=() [2/21]

◆ operator<=() [3/21]

◆ operator<=() [4/21]

◆ operator<=() [5/21]

◆ operator<=() [6/21]

bool operator<= ( const OMEstring lArg,
const OMEtype rArg 
)

◆ operator<=() [7/21]

◆ operator<=() [8/21]

◆ operator<=() [9/21]

◆ operator<=() [10/21]

◆ operator<=() [11/21]

◆ operator<=() [12/21]

bool operator<= ( const OMEtype lArg,
const OMEstring rArg 
)

◆ operator<=() [13/21]

◆ operator<=() [14/21]

◆ operator<=() [15/21]

◆ operator<=() [16/21]

◆ operator<=() [17/21]

◆ operator<=() [18/21]

◆ operator<=() [19/21]

◆ operator<=() [20/21]

◆ operator<=() [21/21]

◆ operator==() [1/30]

◆ operator==() [2/30]

◆ operator==() [3/30]

◆ operator==() [4/30]

◆ operator==() [5/30]

bool operator== ( const OMEarray lArg,
const OMEtype rArg 
)

◆ operator==() [6/30]

bool operator== ( const OMEassoc lArg,
const OMEtype rArg 
)

◆ operator==() [7/30]

◆ operator==() [8/30]

bool operator== ( const OMEnlm lArg,
const OMEtype rArg 
)

◆ operator==() [9/30]

bool operator== ( const OMEoid lArg,
const OMEtype rArg 
)

◆ operator==() [10/30]

bool operator== ( const OMEstring lArg,
const OMEtype rArg 
)

◆ operator==() [11/30]

◆ operator==() [12/30]

◆ operator==() [13/30]

◆ operator==() [14/30]

◆ operator==() [15/30]

bool operator== ( const OMEtype lArg,
const OMEarray rArg 
)

◆ operator==() [16/30]

bool operator== ( const OMEtype lArg,
const OMEassoc rArg 
)

◆ operator==() [17/30]

◆ operator==() [18/30]

bool operator== ( const OMEtype lArg,
const OMEnlm rArg 
)

◆ operator==() [19/30]

bool operator== ( const OMEtype lArg,
const OMEoid rArg 
)

◆ operator==() [20/30]

bool operator== ( const OMEtype lArg,
const OMEset rArg 
)

◆ operator==() [21/30]

bool operator== ( const OMEtype lArg,
const OMEstring rArg 
)

◆ operator==() [22/30]

◆ operator==() [23/30]

◆ operator==() [24/30]

◆ operator==() [25/30]

◆ operator==() [26/30]

◆ operator==() [27/30]

◆ operator==() [28/30]

◆ operator==() [29/30]

◆ operator==() [30/30]

◆ operator>() [1/21]

◆ operator>() [2/21]

◆ operator>() [3/21]

◆ operator>() [4/21]

◆ operator>() [5/21]

◆ operator>() [6/21]

bool operator> ( const OMEstring lArg,
const OMEtype rArg 
)

◆ operator>() [7/21]

◆ operator>() [8/21]

◆ operator>() [9/21]

◆ operator>() [10/21]

◆ operator>() [11/21]

◆ operator>() [12/21]

bool operator> ( const OMEtype lArg,
const OMEstring rArg 
)

◆ operator>() [13/21]

◆ operator>() [14/21]

◆ operator>() [15/21]

◆ operator>() [16/21]

◆ operator>() [17/21]

◆ operator>() [18/21]

◆ operator>() [19/21]

◆ operator>() [20/21]

◆ operator>() [21/21]

◆ operator>=() [1/21]

◆ operator>=() [2/21]

◆ operator>=() [3/21]

◆ operator>=() [4/21]

◆ operator>=() [5/21]

◆ operator>=() [6/21]

bool operator>= ( const OMEstring lArg,
const OMEtype rArg 
)

◆ operator>=() [7/21]

◆ operator>=() [8/21]

◆ operator>=() [9/21]

◆ operator>=() [10/21]

◆ operator>=() [11/21]

◆ operator>=() [12/21]

bool operator>= ( const OMEtype lArg,
const OMEstring rArg 
)

◆ operator>=() [13/21]

◆ operator>=() [14/21]

◆ operator>=() [15/21]

◆ operator>=() [16/21]

◆ operator>=() [17/21]

◆ operator>=() [18/21]

◆ operator>=() [19/21]

◆ operator>=() [20/21]

◆ operator>=() [21/21]

◆ operator^() [1/13]

int32_t operator^ ( const int32_t  lArg,
const OMEtype rArg 
)

◆ operator^() [2/13]

int64_t operator^ ( const int64_t  lArg,
const OMEtype rArg 
)

◆ operator^() [3/13]

OMEtype operator^ ( const OMEtype lArg,
const int32_t  rArg 
)

◆ operator^() [4/13]

OMEtype operator^ ( const OMEtype lArg,
const int64_t  rArg 
)

◆ operator^() [5/13]

◆ operator^() [6/13]

OMEtype operator^ ( const OMEtype lArg,
const uint16_t  rArg 
)

◆ operator^() [7/13]

OMEtype operator^ ( const OMEtype lArg,
const uint32_t  rArg 
)

◆ operator^() [8/13]

OMEtype operator^ ( const OMEtype lArg,
const uint64_t  rArg 
)

◆ operator^() [9/13]

OMEtype operator^ ( const OMEtype lArg,
const uint8_t  rArg 
)

◆ operator^() [10/13]

uint32_t operator^ ( const uint16_t  lArg,
const OMEtype rArg 
)

◆ operator^() [11/13]

uint32_t operator^ ( const uint32_t  lArg,
const OMEtype rArg 
)

◆ operator^() [12/13]

uint64_t operator^ ( const uint64_t  lArg,
const OMEtype rArg 
)

◆ operator^() [13/13]

uint32_t operator^ ( const uint8_t  lArg,
const OMEtype rArg 
)

◆ operator^=() [1/13]

int32_t& operator^= ( int32_t &  lArg,
const OMEtype rArg 
)

◆ operator^=() [2/13]

int64_t& operator^= ( int64_t &  lArg,
const OMEtype rArg 
)

◆ operator^=() [3/13]

OMEtype& operator^= ( OMEtype lArg,
const int32_t  rArg 
)

◆ operator^=() [4/13]

OMEtype& operator^= ( OMEtype lArg,
const int64_t  rArg 
)

◆ operator^=() [5/13]

◆ operator^=() [6/13]

OMEtype& operator^= ( OMEtype lArg,
const uint16_t  rArg 
)

◆ operator^=() [7/13]

OMEtype& operator^= ( OMEtype lArg,
const uint32_t  rArg 
)

◆ operator^=() [8/13]

OMEtype& operator^= ( OMEtype lArg,
const uint64_t  rArg 
)

◆ operator^=() [9/13]

OMEtype& operator^= ( OMEtype lArg,
const uint8_t  rArg 
)

◆ operator^=() [10/13]

uint16_t& operator^= ( uint16_t &  lArg,
const OMEtype rArg 
)

◆ operator^=() [11/13]

uint32_t& operator^= ( uint32_t &  lArg,
const OMEtype rArg 
)

◆ operator^=() [12/13]

uint64_t& operator^= ( uint64_t &  lArg,
const OMEtype rArg 
)

◆ operator^=() [13/13]

uint8_t& operator^= ( uint8_t &  lArg,
const OMEtype rArg 
)

◆ operator|() [1/13]

int32_t operator| ( const int32_t  lArg,
const OMEtype rArg 
)

◆ operator|() [2/13]

int64_t operator| ( const int64_t  lArg,
const OMEtype rArg 
)

◆ operator|() [3/13]

OMEtype operator| ( const OMEtype lArg,
const int32_t  rArg 
)

◆ operator|() [4/13]

OMEtype operator| ( const OMEtype lArg,
const int64_t  rArg 
)

◆ operator|() [5/13]

◆ operator|() [6/13]

OMEtype operator| ( const OMEtype lArg,
const uint16_t  rArg 
)

◆ operator|() [7/13]

OMEtype operator| ( const OMEtype lArg,
const uint32_t  rArg 
)

◆ operator|() [8/13]

OMEtype operator| ( const OMEtype lArg,
const uint64_t  rArg 
)

◆ operator|() [9/13]

OMEtype operator| ( const OMEtype lArg,
const uint8_t  rArg 
)

◆ operator|() [10/13]

uint32_t operator| ( const uint16_t  lArg,
const OMEtype rArg 
)

◆ operator|() [11/13]

uint32_t operator| ( const uint32_t  lArg,
const OMEtype rArg 
)

◆ operator|() [12/13]

uint64_t operator| ( const uint64_t  lArg,
const OMEtype rArg 
)

◆ operator|() [13/13]

uint32_t operator| ( const uint8_t  lArg,
const OMEtype rArg 
)

◆ operator|=() [1/14]

int32_t& operator|= ( int32_t &  lArg,
const OMEtype rArg 
)

◆ operator|=() [2/14]

int64_t& operator|= ( int64_t &  lArg,
const OMEtype rArg 
)

◆ operator|=() [3/14]

OMEtype& operator|= ( OMEtype lArg,
const int32_t  rArg 
)

◆ operator|=() [4/14]

OMEtype& operator|= ( OMEtype lArg,
const int64_t  rArg 
)

◆ operator|=() [5/14]

OMEtype& operator|= ( OMEtype lArg,
const OMEset rArg 
)

◆ operator|=() [6/14]

◆ operator|=() [7/14]

OMEtype& operator|= ( OMEtype lArg,
const uint16_t  rArg 
)

◆ operator|=() [8/14]

OMEtype& operator|= ( OMEtype lArg,
const uint32_t  rArg 
)

◆ operator|=() [9/14]

OMEtype& operator|= ( OMEtype lArg,
const uint64_t  rArg 
)

◆ operator|=() [10/14]

OMEtype& operator|= ( OMEtype lArg,
const uint8_t  rArg 
)

◆ operator|=() [11/14]

uint16_t& operator|= ( uint16_t &  lArg,
const OMEtype rArg 
)

◆ operator|=() [12/14]

uint32_t& operator|= ( uint32_t &  lArg,
const OMEtype rArg 
)

◆ operator|=() [13/14]

uint64_t& operator|= ( uint64_t &  lArg,
const OMEtype rArg 
)

◆ operator|=() [14/14]

uint8_t& operator|= ( uint8_t &  lArg,
const OMEtype rArg 
)
Generated: Tue Jul 28 2020 16:03:26
Support Information