v0.15.0
Loading...
Searching...
No Matches
MoFEM::LogManager::InternalData::SelfStreamBuf Class Reference
Inheritance diagram for MoFEM::LogManager::InternalData::SelfStreamBuf:
[legend]
Collaboration diagram for MoFEM::LogManager::InternalData::SelfStreamBuf:
[legend]

Private Member Functions

virtual int sync ()
 

Detailed Description

Definition at line 34 of file LogManager.cpp.

Member Function Documentation

◆ sync()

virtual int MoFEM::LogManager::InternalData::SelfStreamBuf::sync ( )
inlineprivatevirtual

Definition at line 35 of file LogManager.cpp.

35 {
36 if (!this->str().empty()) {
37 PetscFPrintf(PETSC_COMM_SELF, LogManager::dummy_mofem_fd, "%s",
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: