FACT++  1.0
template<typename S >
void reset ( S &  s)

Definition at line 13 of file ByteOrder.h.

Referenced by FTM::Header::clear(), FTM::StaticData::clear(), FTM::DynamicData::clear(), FTM::FtuList::clear(), FTM::Error::clear(), StateMachineMCP::HandleFadConnections(), init(), StateMachineAsio< T >::Run(), and WindowLog::WriteBuffer().

14 {
15  memset(&s, 0, sizeof(S));
16 }

+ Here is the caller graph for this function: