#include "NativeFeatureIncludes.h"
#include "UDPProxyCoordinator.h"
#include "BitStream.h"
#include "UDPProxyCommon.h"
#include "RakPeerInterface.h"
#include "MessageIdentifiers.h"
#include "Rand.h"
#include "GetTime.h"
#include "UDPForwarder.h"
Go to the source code of this file.
Functions | |
bool | operator< (const DataStructures::MLKeyRef< unsigned short > &inputKey, const UDPProxyCoordinator::ServerWithPing &cls) |
bool | operator> (const DataStructures::MLKeyRef< unsigned short > &inputKey, const UDPProxyCoordinator::ServerWithPing &cls) |
bool | operator== (const DataStructures::MLKeyRef< unsigned short > &inputKey, const UDPProxyCoordinator::ServerWithPing &cls) |
bool | operator< (const DataStructures::MLKeyRef< UDPProxyCoordinator::SenderAndTargetAddress > &inputKey, const UDPProxyCoordinator::ForwardingRequest *cls) |
bool | operator> (const DataStructures::MLKeyRef< UDPProxyCoordinator::SenderAndTargetAddress > &inputKey, const UDPProxyCoordinator::ForwardingRequest *cls) |
bool | operator== (const DataStructures::MLKeyRef< UDPProxyCoordinator::SenderAndTargetAddress > &inputKey, const UDPProxyCoordinator::ForwardingRequest *cls) |
bool operator< | ( | const DataStructures::MLKeyRef< unsigned short > & | inputKey, | |
const UDPProxyCoordinator::ServerWithPing & | cls | |||
) |
Definition at line 19 of file UDPProxyCoordinator.cpp.
bool operator< | ( | const DataStructures::MLKeyRef< UDPProxyCoordinator::SenderAndTargetAddress > & | inputKey, | |
const UDPProxyCoordinator::ForwardingRequest * | cls | |||
) |
Definition at line 23 of file UDPProxyCoordinator.cpp.
bool operator== | ( | const DataStructures::MLKeyRef< UDPProxyCoordinator::SenderAndTargetAddress > & | inputKey, | |
const UDPProxyCoordinator::ForwardingRequest * | cls | |||
) |
bool operator== | ( | const DataStructures::MLKeyRef< unsigned short > & | inputKey, | |
const UDPProxyCoordinator::ServerWithPing & | cls | |||
) |
bool operator> | ( | const DataStructures::MLKeyRef< unsigned short > & | inputKey, | |
const UDPProxyCoordinator::ServerWithPing & | cls | |||
) |
bool operator> | ( | const DataStructures::MLKeyRef< UDPProxyCoordinator::SenderAndTargetAddress > & | inputKey, | |
const UDPProxyCoordinator::ForwardingRequest * | cls | |||
) |