|
Bcp 1.4.4
|
#include <BCP_tm_node.hpp>
Collaboration diagram for BCP_tm_node_to_send:Public Member Functions | |
| BCP_tm_node_to_send (BCP_tm_prob &p, const BCP_tm_node *node, const BCP_message_tag tag) | |
| ~BCP_tm_node_to_send () | |
| bool | send () |
| return true or false depending on whether the node was really sent out or it's still waiting for some data | |
| bool | receive_node_desc (BCP_buffer &buf) |
| return true if has everything to send the thing off to the LP. | |
| bool | receive_vars (BCP_buffer &buf) |
| return true if has everything to send the thing off to the LP. | |
| bool | receive_cuts (BCP_buffer &buf) |
| return true if has everything to send the thing off to the LP. | |
Static Public Attributes | |
| static std::map< int, BCP_tm_node_to_send * > | waiting |
Definition at line 241 of file BCP_tm_node.hpp.
| BCP_tm_node_to_send::BCP_tm_node_to_send | ( | BCP_tm_prob & | p, |
| const BCP_tm_node * | node, | ||
| const BCP_message_tag | tag | ||
| ) |
| BCP_tm_node_to_send::~BCP_tm_node_to_send | ( | ) |
| bool BCP_tm_node_to_send::send | ( | ) |
return true or false depending on whether the node was really sent out or it's still waiting for some data
| bool BCP_tm_node_to_send::receive_node_desc | ( | BCP_buffer & | buf | ) |
return true if has everything to send the thing off to the LP.
Actually, it sends it off, so if this method returns true then then object can be deleted
| bool BCP_tm_node_to_send::receive_vars | ( | BCP_buffer & | buf | ) |
return true if has everything to send the thing off to the LP.
Actually, it sends it off, so if this method returns true then then object can be deleted
| bool BCP_tm_node_to_send::receive_cuts | ( | BCP_buffer & | buf | ) |
return true if has everything to send the thing off to the LP.
Actually, it sends it off, so if this method returns true then then object can be deleted
|
static |
Definition at line 244 of file BCP_tm_node.hpp.