FACT++  1.0
void WindowLog::EmptyBacklog ( )

Empty backlog.

Delete the contents of the backlog.

Definition at line 32 of file WindowLog.cc.

Referenced by SetWindow().

33 {
34  fMuxBacklog.lock();
35  fBacklog.clear();
36  fMuxBacklog.unlock();
37 }
std::vector< char > fBacklog
Pointer to an ncurses Window.
Definition: WindowLog.h:65
std::mutex fMuxBacklog
Switch to toggle storage in the backlog on or off.
Definition: WindowLog.h:73

+ Here is the caller graph for this function: