i6engine
1.0
|
#include "i6engine/utils/i6eSystemParameters.h"
#include "i6engine/core/messaging/MessageStruct.h"
#include "boost/archive/text_iarchive.hpp"
#include "boost/archive/text_oarchive.hpp"
#include "boost/serialization/export.hpp"
Go to the source code of this file.
Classes | |
class | i6e::core::Message |
Class representing a message to be sent. More... | |
Namespaces | |
i6e | |
i6e::core | |
Enumerations | |
enum | i6e::core::Method : uint8_t { i6e::core::Method::Create, i6e::core::Method::Update, i6e::core::Method::Delete } |
Functions | |
std::ostream & | i6e::core::operator<< (std::ostream &stream, const Message &msg) |
std::ostream & | i6e::core::operator<< (std::ostream &stream, const Message::Ptr &msg) |