FACT++  1.0
string StateMachineSmartFACT::EventHist::rget ( ) const
inline

Definition at line 501 of file smartfact.cc.

Referenced by StateMachineSmartFACT::AddMcpConfigurationHist(), StateMachineSmartFACT::Execute(), and StateMachineSmartFACT::HandleChatMsg().

502  {
503  ostringstream out;
504 
505  for (auto it=rbegin(); it!=rend(); it++)
506  out << it->time.GetAsStr("%H:%M:%S ") << it->msg << "<br/>";
507 
508  return out.str();
509  }

+ Here is the caller graph for this function: