9 #ifndef UTIL_STRUCTURESOPS_H 10 #define UTIL_STRUCTURESOPS_H 11 #include <QDataStream> 12 #include "../interfaces/structures.h"
UTIL_API QDataStream & operator<<(QDataStream &out, const LC::Entity &e)
bool operator<(const LC::Entity &e1, const LC::Entity &e2)
A message used for inter-plugin communication.
bool operator==(const LC::Entity &e1, const LC::Entity &e2)
UTIL_API QDataStream & operator>>(QDataStream &in, LC::Entity &e)