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