Set the specified nextOption as a successor in the list of generator options. Use the specified allocator to supply memory.
Declared in <bslfmt_testspecificationgenerator.h>
void
setNextOption(
TestSpecificationGenerator_Option* nextOption,
bslma::Allocator* allocator);
| Name | Description |
|---|---|
| nextOption | successor option node to append to the chain |
| allocator | allocator used to manage ownership of nextOption |