bool FX::FXIPCMsg::operator== ( const FXIPCMsg o  )  const throw () [inline, inherited]

True if this message is identical to the other message.

Definition at line 218 of file FXIPC.h.

00218 { return len==o.len && crc==o.crc && type==o.type && myid==o.myid && mymsgrev==o.mymsgrev && myflags==o.myflags && myrouting==o.myrouting; }


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