OpenSubscribe Class Reference

#include <pendingMessages.h>

List of all members.

Public Member Functions

bool operator< (const OpenSubscribe openSubscribe) const

Public Attributes

double timeStamp
int playerId
IPAddress playerip
int subSpaceId
IPAddress destip
int failed

Friends

std::ostream & operator<< (std::ostream &Stream, const OpenSubscribe openSubscribe)


Member Function Documentation

bool OpenSubscribe::operator< ( const OpenSubscribe  openSubscribe  )  const

00018                                                                      {
00019         if( timeStamp < openSubscribe.timeStamp ) {
00020                 return true;
00021         }
00022         return false;
00023 }


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
const OpenSubscribe  openSubscribe 
) [friend]

00015 {
00016     return Stream << "TimeStamp: " << openSubscribe.timeStamp << "SubSpaceId: " << openSubscribe.subSpaceId << " RespIp: " << openSubscribe.destip << " Failed " << openSubscribe.failed << " \n";
00017 }


Member Data Documentation

double OpenSubscribe::timeStamp

int OpenSubscribe::playerId

IPAddress OpenSubscribe::playerip

int OpenSubscribe::subSpaceId

IPAddress OpenSubscribe::destip

int OpenSubscribe::failed


The documentation for this class was generated from the following files:
Generated on Tue Jul 24 16:51:18 2007 for ITM OverSim by  doxygen 1.5.1