TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
overflow()
int LoggingOutputStreambuf::overflow
(
int
ch
)
protected
Definition at line
4
of file
LogHandler.cpp
.
5
{
6
//myLogFile.sputc( ch ); // ignores errors...
7
myLogFile << (char)( ch );
// ignores errors...
8
return
myDest->sputc( ch );
9
}
LoggingOutputStreambuf
Generated on Thu Apr 7 2022 14:10:52 for TerraForge3D by
1.9.3