LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
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

 LC
 

Functions

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

Function Documentation

◆ operator<<()

UTIL_API QDataStream& operator<< ( QDataStream &  out,
const LC::Entity e 
)

◆ operator>>()