Base class
for Builders that can build from InputType.
More...
#include <BuilderFrom.h>
Public Member Functions | |
virtual shared_ptr< ObjectType > | getObject (const InputType &data) const =0 |
Gets the object built by the derived Builder. |
Base class
for Builders that can build from InputType.
Here, InputType must be
bool
; double
; ptime
; or string
.ObjectType | : (template parameter) Type of object built by the derived Builder. | |
InputType | : (template parameter) Type of input which the derived Builder can build from. |