Searched refs:HistoryEvent (Results 1 – 2 of 2) sorted by relevance
35 typedef const void * HistoryEvent; typedef52 virtual HistoryEvent56 DeleteHistoryEvent (HistoryEvent event) = 0;59 DumpHistoryEvent (Stream &strm, HistoryEvent event) = 0;64 virtual HistoryEvent67 virtual HistoryEvent72 CompareHistoryEvents (const HistoryEvent lhs, 73 const HistoryEvent rhs) = 0;76 IsCurrentHistoryEvent (const HistoryEvent event) = 0;79 typedef std::stack<HistoryEvent> collection;[all …]
23 HistorySourceUInt::DumpHistoryEvent (Stream &strm, HistoryEvent event) in DumpHistoryEvent()