alive(const BCP_proc_id *pid)=0 | BCP_message_environment | [pure virtual] |
alive(const BCP_proc_array &parray)=0 | BCP_message_environment | [pure virtual] |
multicast(const BCP_proc_array *const target, const BCP_message_tag tag)=0 | BCP_message_environment | [pure virtual] |
multicast(const BCP_proc_array *const target, const BCP_message_tag tag, const BCP_buffer &buf)=0 | BCP_message_environment | [pure virtual] |
multicast(BCP_vec< BCP_proc_id * >::const_iterator beg, BCP_vec< BCP_proc_id * >::const_iterator end, const BCP_message_tag tag)=0 | BCP_message_environment | [pure virtual] |
multicast(BCP_vec< BCP_proc_id * >::const_iterator beg, BCP_vec< BCP_proc_id * >::const_iterator end, const BCP_message_tag tag, const BCP_buffer &buf)=0 | BCP_message_environment | [pure virtual] |
num_procs() | BCP_message_environment | [inline, virtual] |
pack_proc_id(BCP_buffer &buf, const BCP_proc_id *pid)=0 | BCP_message_environment | [pure virtual] |
parent_process()=0 | BCP_message_environment | [pure virtual] |
probe(const BCP_proc_id *const source, const BCP_message_tag tag)=0 | BCP_message_environment | [pure virtual] |
receive(const BCP_proc_id *const source, const BCP_message_tag tag, BCP_buffer &buf, const double timeout)=0 | BCP_message_environment | [pure virtual] |
register_process(USER_initialize *user_init)=0 | BCP_message_environment | [pure virtual] |
send(const BCP_proc_id *const target, const BCP_message_tag tag)=0 | BCP_message_environment | [pure virtual] |
send(const BCP_proc_id *const target, const BCP_message_tag tag, const BCP_buffer &buf)=0 | BCP_message_environment | [pure virtual] |
start_process(const BCP_string &exe, const bool debug)=0 | BCP_message_environment | [pure virtual] |
start_process(const BCP_string &exe, const BCP_string &machine, const bool debug)=0 | BCP_message_environment | [pure virtual] |
start_processes(const BCP_string &exe, const int proc_num, const bool debug)=0 | BCP_message_environment | [pure virtual] |
start_processes(const BCP_string &exe, const int proc_num, const BCP_vec< BCP_string > &machines, const bool debug)=0 | BCP_message_environment | [pure virtual] |
unpack_proc_id(BCP_buffer &buf)=0 | BCP_message_environment | [pure virtual] |
~BCP_message_environment() | BCP_message_environment | [inline, virtual] |