pass pipestream flags as bitset
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 13 Aug 2018 15:25:58 +0000 (17:25 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 14 Aug 2018 14:53:34 +0000 (16:53 +0200)
commit825c519fe6d26baf10dfb20bb78787f822a8b7bb
tree251265e9c1c3ec8937409d31491c123b921b0f19
parentcdc166d250757b40a00fbdc82a446c615c8bdd65
pass pipestream flags as bitset

Avoid cluttering the API with long lists of booleans by using
symbolic names instead.
src/pipestream.cpp
src/pipestream.hxx
test/test_pipestream.cpp