Biorithm
1.1
|
A struct that stores a (network lego, active network, weight) triple. This triple indicates that the network lego contributes to the active network with the corresponding weight. More...
#include <active-networks.h>
Public Member Functions | |
NetworkLegoInActiveNetwork (string nl, string an, MyNT w) | |
bool | operator< (const NetworkLegoInActiveNetwork &other) const |
Return true if invocant is "<" than other. The methods checks the _nlId, _anId, and _weight attributes in that order. | |
Public Attributes | |
string | _nlId |
string | _anId |
MyNT | _weight |
A struct that stores a (network lego, active network, weight) triple. This triple indicates that the network lego contributes to the active network with the corresponding weight.
bool NetworkLegoInActiveNetwork::operator< | ( | const NetworkLegoInActiveNetwork & | other | ) | const [inline] |
Return true if invocant is "<" than other. The methods checks the _nlId, _anId, and _weight attributes in that order.