Set the specified nextOption as a successor in the list of generator options. Use the specified allocator to supply memory.

Synopsis

Declared in <bslfmt_testspecificationgenerator.h>

void
setNextOption(
    TestSpecificationGenerator_Option* nextOption,
    bslma::Allocator* allocator);

Parameters

Name

Description

nextOption

successor option node to append to the chain

allocator

allocator used to manage ownership of nextOption

Created with MrDocs