OverSim
PubSubLobby::ChildEntry Class Reference

#include <PubSubLobby.h>

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

Detailed Description

Definition at line 56 of file PubSubLobby.h.

Member Function Documentation

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

Definition at line 61 of file PubSubLobby.h.

{ return ressources < c.ressources; }
bool PubSubLobby::ChildEntry::operator== ( const ChildEntry  c) const
inline

Definition at line 62 of file PubSubLobby.h.

{ return handle == c.handle; }
bool PubSubLobby::ChildEntry::operator== ( const NodeHandle  n) const
inline

Definition at line 63 of file PubSubLobby.h.

{ return handle == n; }
bool PubSubLobby::ChildEntry::operator== ( const TransportAddress  n) const
inline

Definition at line 64 of file PubSubLobby.h.

{ return (TransportAddress) handle == n; }

Member Data Documentation

NodeHandle PubSubLobby::ChildEntry::handle

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