template<int len>
FXStream& operator>> ( FXStream s,
MapBools< len >  i 
) throw () [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     }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:58 2009 for TnFOX by doxygen v1.4.7