Definition at line 65 of file LogManager.cpp.
◆ SynchronizedStreamBuf()
MoFEM::LogManager::InternalData::SynchronizedStreamBuf::SynchronizedStreamBuf |
( |
MPI_Comm |
comm | ) |
|
|
inline |
◆ sync()
virtual int MoFEM::LogManager::InternalData::SynchronizedStreamBuf::sync |
( |
| ) |
|
|
inlinevirtual |
Definition at line 67 of file LogManager.cpp.
67 {
68 if (!this->str().empty()) {
70 this->str().c_str());
71 this->str("");
72 }
73 return 0;
74 }
static FILE * dummy_mofem_fd
Dummy file pointer (DO NOT USE)
◆ cOmm
MPI_Comm MoFEM::LogManager::InternalData::SynchronizedStreamBuf::cOmm |
|
private |
The documentation for this struct was generated from the following file: