20 #include <argos3/core/utility/datatypes/byte_array.h>
The namespace containing all the ARGoS related code.
The interface inherited by all classes whose state must be saved and restored.
virtual void SaveState(CByteArray &c_buffer)=0
Saves the state of the object to the given buffer.
virtual void LoadState(CByteArray &c_buffer)=0
Restores the state of the object from the given buffer.
virtual ~CMemento()
Class destructor.
Byte array utility class.