Definition at line 50 of file LogManager.cpp.
◆ WorldStreamBuf()
MoFEM::LogManager::InternalData::WorldStreamBuf::WorldStreamBuf |
( |
MPI_Comm |
comm | ) |
|
|
inline |
◆ sync()
virtual int MoFEM::LogManager::InternalData::WorldStreamBuf::sync |
( |
| ) |
|
|
inlinevirtual |
Definition at line 52 of file LogManager.cpp.
52 {
53 if (!this->str().empty()) {
55 this->str().c_str());
56 this->str("");
57 }
58 return 0;
59 }
static FILE * dummy_mofem_fd
Dummy file pointer (DO NOT USE)
◆ cOmm
MPI_Comm MoFEM::LogManager::InternalData::WorldStreamBuf::cOmm |
|
private |
The documentation for this struct was generated from the following file: