The VariantFactory class.
More...
#include <RobotAPI/libraries/aron/core/type/variant/Factory.h>
The VariantFactory class.
It converts an aron::type::dto obeject into a variant object.
Definition at line 39 of file Factory.h.
◆ VariantFactory()
◆ ~VariantFactory()
◆ create()
std::unique_ptr< type::Variant > create |
( |
const type::dto::GenericType & |
aron, |
|
|
const Path & |
path |
|
) |
| const |
the create methods. Basically does a switch case over the ice_id of the dto and then returns a new variant object
Definition at line 36 of file Factory.cpp.
The documentation for this class was generated from the following files:
- RobotAPI/libraries/aron/core/type/variant/Factory.h
- RobotAPI/libraries/aron/core/type/variant/Factory.cpp