Definition at line 45 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 47 of file LogManager.cpp.
47 {
48 if (!this->str().empty()) {
50 this->str().c_str());
51 this->str("");
52 }
53 return 0;
54 }
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: