EvolvingObjects
|
Push algorithm for eoserial::Persistent variables. More...
#include <Utils.h>
Public Member Functions | |
void | operator() (Array &array, const T &obj) |
Main operator. |
Push algorithm for eoserial::Persistent variables.
void eoserial::SerializablePushAlgorithm< T >::operator() | ( | Array & | array, |
const T & | value | ||
) | [inline, virtual] |
Main operator.
array | The eoserial::array in which we're writing. |
value | The variable we are writing. |
Implements eoserial::PushAlgorithm< T >.
Definition at line 156 of file Utils.h.
References eoserial::Array::push_back().