EvolvingObjects
eoserial::SerializablePushAlgorithm< T > Struct Template Reference

Push algorithm for eoserial::Persistent variables. More...

#include <Utils.h>

Inheritance diagram for eoserial::SerializablePushAlgorithm< T >:
eoserial::PushAlgorithm< T >

List of all members.

Public Member Functions

void operator() (Array &array, const T &obj)
 Main operator.

Detailed Description

template<class T>
struct eoserial::SerializablePushAlgorithm< T >

Push algorithm for eoserial::Persistent variables.

Definition at line 154 of file Utils.h.


Member Function Documentation

template<class T >
void eoserial::SerializablePushAlgorithm< T >::operator() ( Array array,
const T &  value 
) [inline, virtual]

Main operator.

Parameters:
arrayThe eoserial::array in which we're writing.
valueThe variable we are writing.

Implements eoserial::PushAlgorithm< T >.

Definition at line 156 of file Utils.h.

References eoserial::Array::push_back().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends