LeechCraft  0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
structuresops.h File Reference
#include <QDataStream>
#include "../interfaces/structures.h"
#include "utilconfig.h"
+ Include dependency graph for structuresops.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LeechCraft
 

Functions

UTIL_API QDataStream & operator<< (QDataStream &out, const LeechCraft::Entity &e)
 
UTIL_API QDataStream & operator>> (QDataStream &in, LeechCraft::Entity &e)
 
bool LeechCraft::operator< (const LeechCraft::Entity &e1, const LeechCraft::Entity &e2)
 
bool LeechCraft::operator== (const LeechCraft::Entity &e1, const LeechCraft::Entity &e2)
 

Function Documentation