There was an error fetching the commit references. Please try again later.
ENH: additional boolToken token type
- not used by the ISstream parser, but suitable for other parsing methods where true/false concept should be distinguishable from integer values. Only constructed via the token::boolean() static method, not directly assignable. This avoids any potential ambiguities with label.
Showing
- src/OpenFOAM/db/IOstreams/token/token.H 26 additions, 13 deletionssrc/OpenFOAM/db/IOstreams/token/token.H
- src/OpenFOAM/db/IOstreams/token/tokenI.H 60 additions, 12 deletionssrc/OpenFOAM/db/IOstreams/token/tokenI.H
- src/OpenFOAM/db/IOstreams/token/tokenIO.C 11 additions, 3 deletionssrc/OpenFOAM/db/IOstreams/token/tokenIO.C
Please register or sign in to comment