Remove Options::isSet()
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 19 Jul 2015 14:38:43 +0000 (17:38 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sat, 25 Jul 2015 15:28:58 +0000 (17:28 +0200)
Replace uses with alternative means.  Add storeIsSet() to all options to
make it convenient to just check whether an option is set.
Remove Options parameters from methods where its only purpose was to
provide access to isSet(), reducing exposure of the concrete class and
making the interface cleaner.

Change-Id: If1207c8cf3af86e306c52748f8878480e35e2fc0


No differences found