MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / writeData

Function writeData

src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionaryIO.C:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49bool Foam::IOdictionary::writeData(Ostream& os) const
50{
51 dictionary::write(os, false);
52 return os.good();
53}
54
55
56// ************************************************************************* //

Callers 9

readDataFunction · 0.70
GlobalIOField.CFile · 0.50
IOList.CFile · 0.50
GlobalIOList.CFile · 0.50
IOMap.CFile · 0.50
CompactIOList.CFile · 0.50
IOField.CFile · 0.50
CompactIOField.CFile · 0.50
IOPtrList.CFile · 0.50

Calls 2

writeFunction · 0.50
goodMethod · 0.45

Tested by

no test coverage detected