|
Dev Essential
|
Source Value base class that represents an array. More...
#include <mapper_interfaces.h>
Inherits ddl::mapping::SourceValue.
Public Member Functions | |
| virtual std::optional< ValueVariant > | getValue (size_t array_pos) const =0 |
| Get the value as optional variant. | |
| virtual size_t | getArraySize () const =0 |
| Returns the array size of the SourceValue. | |
Public Member Functions inherited from ddl::mapping::SourceValue | |
| virtual | ~SourceValue () |
| DTOR. | |
Source Value base class that represents an array.
|
pure virtual |
Returns the array size of the SourceValue.
|
pure virtual |
Get the value as optional variant.
| array_pos | array pos of the value |