#include <yarp/os/Election.h>
Inheritance diagram for yarp::os::PeerRecord< T >: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 19 of file Election.h.
| typedef map_type::const_iterator yarp::os::PeerRecord< T >::const_iterator |
Definition at line 26 of file Election.h.
| typedef map_type::iterator yarp::os::PeerRecord< T >::iterator |
Definition at line 25 of file Election.h.
| typedef std::map<T*, bool> yarp::os::PeerRecord< T >::map_type |
Definition at line 23 of file Election.h.
| typedef T yarp::os::PeerRecord< T >::peer_type |
Definition at line 22 of file Election.h.
|
default |
|
default |
|
inline |
Definition at line 31 of file Election.h.
|
inline |
Definition at line 41 of file Election.h.
|
inline |
Definition at line 36 of file Election.h.
| map_type yarp::os::PeerRecord< T >::peerSet |
Definition at line 24 of file Election.h.