#include <bbsimpl.h>
Definition at line 5 of file bbsimpl.h.
◆ BBSImpl()
◆ ~BBSImpl()
virtual BBSImpl::~BBSImpl |
( |
| ) |
|
|
virtualdefault |
◆ context()
void BBSImpl::context |
( |
| ) |
|
|
virtual |
◆ done()
void BBSImpl::done |
( |
void |
| ) |
|
|
virtual |
◆ execute()
void BBSImpl::execute |
( |
int |
id | ) |
|
|
virtual |
◆ execute_helper()
std::vector< char > BBSImpl::execute_helper |
( |
int |
id, |
|
|
bool |
exec = true |
|
) |
| |
|
protected |
◆ is_master()
bool BBSImpl::is_master |
( |
| ) |
|
|
virtual |
◆ look()
virtual bool BBSImpl::look |
( |
const char * |
| ) |
|
|
pure virtual |
◆ look_take()
virtual bool BBSImpl::look_take |
( |
const char * |
| ) |
|
|
pure virtual |
◆ look_take_result()
virtual int BBSImpl::look_take_result |
( |
int |
pid | ) |
|
|
pure virtual |
◆ look_take_todo()
virtual int BBSImpl::look_take_todo |
( |
| ) |
|
|
pure virtual |
◆ master_take_result()
int BBSImpl::master_take_result |
( |
int |
pid | ) |
|
|
virtual |
◆ perror()
void BBSImpl::perror |
( |
const char * |
| ) |
|
|
virtual |
◆ pkbegin()
virtual void BBSImpl::pkbegin |
( |
| ) |
|
|
pure virtual |
◆ pkdouble()
virtual void BBSImpl::pkdouble |
( |
double |
| ) |
|
|
pure virtual |
◆ pkint()
virtual void BBSImpl::pkint |
( |
int |
| ) |
|
|
pure virtual |
◆ pkpickle()
virtual void BBSImpl::pkpickle |
( |
const std::vector< char > & |
| ) |
|
|
pure virtual |
◆ pkstr()
virtual void BBSImpl::pkstr |
( |
const char * |
| ) |
|
|
pure virtual |
◆ pkvec()
virtual void BBSImpl::pkvec |
( |
int |
, |
|
|
double * |
|
|
) |
| |
|
pure virtual |
◆ post()
virtual void BBSImpl::post |
( |
const char * |
| ) |
|
|
pure virtual |
◆ post_result()
virtual void BBSImpl::post_result |
( |
int |
id | ) |
|
|
pure virtual |
◆ post_todo()
virtual void BBSImpl::post_todo |
( |
int |
parentid | ) |
|
|
pure virtual |
◆ return_args()
void BBSImpl::return_args |
( |
int |
userid | ) |
|
|
virtual |
◆ save_args()
virtual void BBSImpl::save_args |
( |
int |
userid | ) |
|
|
pure virtual |
◆ start()
◆ submit()
int BBSImpl::submit |
( |
int |
userid | ) |
|
|
virtual |
◆ subworld_worker_execute()
void BBSImpl::subworld_worker_execute |
( |
| ) |
|
|
protected |
◆ take()
virtual void BBSImpl::take |
( |
const char * |
| ) |
|
|
pure virtual |
◆ take_todo()
virtual int BBSImpl::take_todo |
( |
| ) |
|
|
pure virtual |
◆ time()
◆ upkdouble()
virtual double BBSImpl::upkdouble |
( |
| ) |
|
|
pure virtual |
◆ upkint()
virtual int BBSImpl::upkint |
( |
| ) |
|
|
pure virtual |
◆ upkpickle()
virtual std::vector<char> BBSImpl::upkpickle |
( |
| ) |
|
|
pure virtual |
◆ upkstr()
virtual char* BBSImpl::upkstr |
( |
| ) |
|
|
pure virtual |
◆ upkvec()
virtual void BBSImpl::upkvec |
( |
int |
, |
|
|
double * |
|
|
) |
| |
|
pure virtual |
◆ worker()
◆ working()
bool BBSImpl::working |
( |
int & |
id, |
|
|
double & |
x, |
|
|
int & |
userid |
|
) |
| |
|
virtual |
◆ debug_
◆ done_
bool BBSImpl::done_ = false |
|
static |
◆ integ_time_
double BBSImpl::integ_time_ |
◆ is_master_
bool BBSImpl::is_master_ = false |
|
static |
◆ master_works_
bool BBSImpl::master_works_ = true |
|
static |
◆ mytid_
◆ n_
◆ pickle_ret_
std::vector<char> BBSImpl::pickle_ret_ |
◆ runworker_called_
int BBSImpl::runworker_called_ |
◆ send_time_
double BBSImpl::send_time_ |
◆ started_
bool BBSImpl::started_ = false |
|
static |
◆ wait_time_
double BBSImpl::wait_time_ |
◆ working_id_
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/nrn/checkouts/3466/src/parallel/bbsimpl.h
- /home/docs/checkouts/readthedocs.org/user_builds/nrn/checkouts/3466/src/parallel/bbs.cpp
- /home/docs/checkouts/readthedocs.org/user_builds/nrn/checkouts/3466/src/parallel/ocbbs.cpp