18   operator unsigned int() { 
return e; }
 
   21     return (a.
s != b.
s) || (a.
e != b.
e);
 
   34   operator uint_v()
 const { 
return e; }
 
   39     return (a.
s == static_cast<unsigned int>(b.
s)) & (a.
e == b.
e);
 
friend bool operator!=(const PndCATES &a, const PndCATES &b)
friend float_m operator==(const PndCATESV &a, const PndCATES &b)
PndCATES(unsigned short int ie, char is)
PndCATES operator[](int i) const 
PndCATESV(const PndCATES &i)
PndCATES(char is, unsigned int ie)
PndCATESV(int_v is, uint_v ie)
PndCATESV(uint_v ie, int_v is)