MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / InitOStream

Function InitOStream

src/tw/textdbviewer.cpp:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229//=========================================================================
230
231void InitOStream(TOSTREAM* pOut)
232{
233 // align left
234 (*pOut).flags(((*pOut).flags() & ~std::ios::adjustfield) | std::ios::left);
235}
236
237///////////////////////////////////////////////////////////////////////////////
238// PrintFCOShort

Callers 3

PrintDBMethod · 0.85
OutputFCOMethod · 0.85
OutputTextReportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected