|
EvolvingObjects
|
Functor which explains how to push the value into the eoserial::Array. More...
#include <Utils.h>
Public Member Functions | |
| virtual void | operator() (Array &array, const T &value)=0 |
| Main operator. | |
Functor which explains how to push the value into the eoserial::Array.
| virtual void eoserial::PushAlgorithm< T >::operator() | ( | Array & | array, |
| const T & | value | ||
| ) | [pure virtual] |
Main operator.
| array | The eoserial::array in which we're writing. |
| value | The variable we are writing. |
Implemented in eoserial::SerializablePushAlgorithm< T >, and eoserial::MakeAlgorithm< T >.