EvolvingObjects
|
Functor which determines how to retrieve the real value contained in a eoserial::Entity at a given place. More...
#include <Array.h>
Public Member Functions | |
virtual void | operator() (const eoserial::Array &array, unsigned int i, Container &container) const =0 |
Main operator. |
Functor which determines how to retrieve the real value contained in a eoserial::Entity at a given place.
It will be applied for each contained variable in the array.
virtual void eoserial::Array::BaseAlgorithm< Container >::operator() | ( | const eoserial::Array & | array, |
unsigned int | i, | ||
Container & | container | ||
) | const [pure virtual] |
Main operator.
array | The eoserial::Array from which we're reading. |
i | The index of the contained value. |
container | The standard (STL) container in which we'll push back the read value. |
Implemented in eoserial::Array::UnpackObjectAlgorithm< C >, and eoserial::Array::UnpackAlgorithm< C >.