PubSubLobby::ChildEntry Class Reference

#include <PubSubLobby.h>

List of all members.

Public Member Functions

bool operator< (const ChildEntry c) const
bool operator== (const ChildEntry c) const
bool operator== (const NodeHandle n) const
bool operator== (const TransportAddress n) const

Public Attributes

NodeHandle handle
int ressources
std::set< int > dutySet


Member Function Documentation

bool PubSubLobby::ChildEntry::operator< ( const ChildEntry  c  )  const [inline]

00061 { return ressources < c.ressources; }

bool PubSubLobby::ChildEntry::operator== ( const ChildEntry  c  )  const [inline]

00062 { return handle ==  c.handle; }

bool PubSubLobby::ChildEntry::operator== ( const NodeHandle  n  )  const [inline]

00063 { return handle ==  n; }

bool PubSubLobby::ChildEntry::operator== ( const TransportAddress  n  )  const [inline]

00064 { return (TransportAddress) handle == n; }


Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Fri Sep 19 13:05:08 2008 for ITM OverSim by  doxygen 1.5.5