|
BDE 4.39.x Production Release
|
#include <bslfmt_testspecificationgenerator.h>
This class is an implementation of the TestSpecificationGenerator_Option for options that have only two states: they are either present or not.
Public Member Functions | |
| TestSpecificationGenerator_BoolOption (bool *value) | |
| ~TestSpecificationGenerator_BoolOption () | |
| bool | nextState () |
Public Member Functions inherited from bslfmt::TestSpecificationGenerator_Option | |
| TestSpecificationGenerator_Option () | |
| virtual | ~TestSpecificationGenerator_Option () |
| void | setNextOption (TestSpecificationGenerator_Option *nextOption, bslma::Allocator *allocator) |
| TestSpecificationGenerator_Option * | lastOption () |
| TestSpecificationGenerator_Option * | nextOption () const |
|
inline |
Create an object that displays its state through the specified value.
|
inline |
Destroy this object.
|
inlinevirtual |
Switch the state of this object to the next one.
Implements bslfmt::TestSpecificationGenerator_Option.