[friend]
Definition at line 2310 of file FXGenericTools.h.
02311 { 02312 holdtype val; s >> val; 02313 for(int n=0; n<len; n++) 02314 { 02315 i.base[n]=(bool)(val & 1); val>>=1; 02316 } 02317 return s; 02318 }