- Introduce dictionary::writeEntries for better code-reuse. Before ====== os << nl << indent << "name"; dict.write(os); After ===== dict.write(os, "name"); |
||
---|---|---|
.. | ||
Make | ||
Test-dictionary.C | ||
testDict | ||
testDict2 | ||
testDictInc | ||
testDictRegex | ||
value |
- Introduce dictionary::writeEntries for better code-reuse. Before ====== os << nl << indent << "name"; dict.write(os); After ===== dict.write(os, "name"); |
||
---|---|---|
.. | ||
Make | ||
Test-dictionary.C | ||
testDict | ||
testDict2 | ||
testDictInc | ||
testDictRegex | ||
value |