15 PndCATES(
unsigned short int ie,
char is) :
s(is),
e(ie) {}
17 operator unsigned int() {
return e; }
31 operator uint_v()
const {
return e; }
33 float_m
IsValid()
const {
return static_cast<float_m
>(
s >= Vc::Zero); }
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)
PndCATESV(const PndCATES &i)
PndCATES(char is, unsigned int ie)
PndCATESV(int_v is, uint_v ie)
PndCATESV(uint_v ie, int_v is)
PndCATES operator[](int i) const