#include <yarp/os/Election.h>
Public Types | |
typedef T | peer_type |
typedef std::map< T *, bool > | map_type |
typedef map_type::iterator | iterator |
typedef map_type::const_iterator | const_iterator |
Public Member Functions | |
PeerRecord ()=default | |
PeerRecord (const PeerRecord &alt)=default | |
void | add (T *entity) |
void | remove (T *entity) |
T * | getFirst () |
Public Attributes | |
map_type | peerSet |
Definition at line 23 of file Election.h.
typedef map_type::const_iterator yarp::os::PeerRecord< T >::const_iterator |
Definition at line 30 of file Election.h.
typedef map_type::iterator yarp::os::PeerRecord< T >::iterator |
Definition at line 29 of file Election.h.
typedef std::map<T*, bool> yarp::os::PeerRecord< T >::map_type |
Definition at line 27 of file Election.h.
typedef T yarp::os::PeerRecord< T >::peer_type |
Definition at line 26 of file Election.h.
|
default |
|
default |
|
inline |
Definition at line 35 of file Election.h.
|
inline |
Definition at line 45 of file Election.h.
|
inline |
Definition at line 40 of file Election.h.
map_type yarp::os::PeerRecord< T >::peerSet |
Definition at line 28 of file Election.h.