v0.13.2
Loading...
Searching...
No Matches
Private Member Functions | List of all members
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 39 of file LogManager.cpp.

Member Function Documentation

◆ sync()

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

Definition at line 40 of file LogManager.cpp.

40 {
41 if (!this->str().empty()) {
42 PetscFPrintf(PETSC_COMM_SELF, LogManager::dummy_mofem_fd, "%s",
43 this->str().c_str());
44 this->str("");
45 }
46 return 0;
47 }
static FILE * dummy_mofem_fd
Dummy file pointer (DO NOT USE)
Definition: LogManager.hpp:191

The documentation for this class was generated from the following file: