![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ldk/RoundRobinLink.hpp>


Public Member Functions | |
| virtual void | add (RECEPTACLETYPE *it) |
| Add a FU to the link set. | |
| virtual void | clear () |
| Erase all FUs. | |
| virtual const Link < RECEPTACLETYPE > ::ExchangeContainer | get () const |
| Return set of stored FUs. | |
| RoundRobinLink () | |
| virtual void | set (const typename Link< RECEPTACLETYPE >::ExchangeContainer &src) |
| virtual unsigned long int | size () const |
| Return number of FUs added. | |
| virtual | ~RoundRobinLink () |
Protected Attributes | |
| ContainerType | recs |
Private Types | |
| typedef wns::RoundRobin < RECEPTACLETYPE * > | ContainerType |
Definition at line 37 of file RoundRobinLink.hpp.
typedef wns::RoundRobin<RECEPTACLETYPE*> wns::ldk::RoundRobinLink< RECEPTACLETYPE >::ContainerType [private] |
Definition at line 40 of file RoundRobinLink.hpp.
| RoundRobinLink::RoundRobinLink | ( | ) | [inline] |
Definition at line 43 of file RoundRobinLink.hpp.
| RoundRobinLink::~RoundRobinLink | ( | ) | [inline, virtual] |
Definition at line 48 of file RoundRobinLink.hpp.
| virtual void wns::ldk::RoundRobinLink< RECEPTACLETYPE >::add | ( | RECEPTACLETYPE * | it | ) | [inline, virtual] |
| void RoundRobinLink::clear | ( | ) | [inline, virtual] |
| const Link::ExchangeContainer RoundRobinLink::get | ( | ) | const [inline, virtual] |
| virtual void wns::ldk::RoundRobinLink< RECEPTACLETYPE >::set | ( | const typename Link< RECEPTACLETYPE >::ExchangeContainer & | src | ) | [inline, virtual] |
Definition at line 78 of file RoundRobinLink.hpp.
| unsigned long int RoundRobinLink::size | ( | ) | const [inline, virtual] |
ContainerType wns::ldk::RoundRobinLink< RECEPTACLETYPE >::recs [protected] |
Definition at line 90 of file RoundRobinLink.hpp.
1.5.5