- particularly useful in these combinations: 1. OCharStream buf; // populate ISpanStream is(buf.view()); // parse 2. // read from file ifile.getLine(str); ISpanStream is(str); // parse These avoid making a copy of the character content, compared to versions with stringstream: OStringStream buf; IStringStream is(buf.str()); |
||
---|---|---|
.. | ||
Make | ||
boundaryInfo.C | ||
boundaryInfo.H | ||
boundaryTemplates.C | ||
boundaryTemplates.H | ||
caseInfo.C | ||
caseInfo.H | ||
createZeroDirectory.C | ||
solverTemplate.C | ||
solverTemplate.H |