| 261 | } |
| 262 | |
| 263 | void level_range::write(writer& outf) const |
| 264 | { |
| 265 | marshallShort(outf, branch); |
| 266 | marshallShort(outf, shallowest); |
| 267 | marshallShort(outf, deepest); |
| 268 | marshallBoolean(outf, deny); |
| 269 | } |
| 270 | |
| 271 | void level_range::read(reader& inf) |
| 272 | { |
no test coverage detected