Definition at line 34 of file LogManager.cpp.
◆ sync()
virtual int MoFEM::LogManager::InternalData::SelfStreamBuf::sync |
( |
| ) |
|
|
inlineprivatevirtual |
Definition at line 35 of file LogManager.cpp.
35 {
36 if (!this->str().empty()) {
38 this->str().c_str());
39 this->str("");
40 }
41 return 0;
42 }
static FILE * dummy_mofem_fd
Dummy file pointer (DO NOT USE)
The documentation for this class was generated from the following file: