FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
bool WindowLog::WriteFile
(
const std::string &
sout
)
private
Definition at line
139
of file
WindowLog.cc
.
140
{
141
fMuxFile
.lock();
142
fLogFile
<< sout;
143
fLogFile
.flush();
144
fMuxFile
.unlock();
145
146
return
true
;
147
}
WindowLog::fMuxFile
std::mutex fMuxFile
Mutex securing backlog access.
Definition:
WindowLog.h:74
WindowLog::fLogFile
std::ofstream fLogFile
Storage for attributes (backlog)
Definition:
WindowLog.h:68
WindowLog
Generated on Sun Sep 18 2016 20:51:04 for FACT++ by
1.8.11