This class is a base class for TestSpecificationGenerator option nodes, which, when compiled into a list, represent the state of the generator. The payload and the process of changing this state are programmed into specific implementations of this interface. This class contains the basic functions of adding a new link to the options chain and finding the last link in the chain.
Synopsis
Declared in <bslfmt_testspecificationgenerator.h>
class TestSpecificationGenerator_Option;
Member Functions
Name |
Description |
|
Create an object, having no successor in the list of generator options. |
|
Destroy this object. |
Return the pointer to the last item in the list of generator options (this object can also be one). |
|
Return the pointer to the next item in the list of generator options if such an object exists and null otherwise.. |
|
|
Switch the state of this object to the next one. |
Set the specified |
Derived Classes
Name |
Description |
This class is an implementation of the |
|
This class is an implementation of the |
Created with MrDocs