Bcp 1.4.4
Loading...
Searching...
No Matches
BCP_tm_node_to_send Class Reference

#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
 

Detailed Description

Definition at line 241 of file BCP_tm_node.hpp.

Constructor & Destructor Documentation

◆ BCP_tm_node_to_send()

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::~BCP_tm_node_to_send ( )

Member Function Documentation

◆ 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

◆ receive_node_desc()

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

◆ receive_vars()

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

◆ receive_cuts()

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

Member Data Documentation

◆ waiting

std::map<int, BCP_tm_node_to_send*> BCP_tm_node_to_send::waiting
static

Definition at line 244 of file BCP_tm_node.hpp.


The documentation for this class was generated from the following file: