#include <ConfigBuilder.h>
Inherited by ConfigListBuilder, and ConfigPrinter.
Concrete builders are classes ConfigListBuilder and ConfigPrinter.
A ConfigListBuilder adds the Rulbus device to TheRulbusDeviceList, whereas a ConfigPrinter lets the Rulbus device print itself.
Public Member Functions | |
virtual void | add (RulbusDevicePtr ptr)=0 |
add a Rulbus device to the object being built. | |
virtual void | check () const |
check the built object for consistency; default implementation: do nothing. |