|
EvolvingObjects
|
Push algorithm for primitive variables. More...
#include <Utils.h>
Public Member Functions | |
| void | operator() (Array &array, const T &value) |
| Main operator. | |
Push algorithm for primitive variables.
This one should be used when inserting primitive (and types which implement operator<<) variables.
| void eoserial::MakeAlgorithm< 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 144 of file Utils.h.
References eoserial::Array::push_back().