|
| | OcBBS (int nhost_request) |
| |
| | BBS () |
| |
| | BBS (int nhost) |
| |
| virtual | ~BBS () |
| |
| bool | look (const char *) |
| |
| void | take (const char *) |
| |
| bool | look_take (const char *) |
| |
| int | upkint () |
| |
| double | upkdouble () |
| |
| void | upkvec (int n, double *px) |
| |
| char * | upkstr () |
| |
| std::vector< char > | upkpickle () |
| |
| void | pkbegin () |
| |
| void | pkint (int) |
| |
| void | pkdouble (double) |
| |
| void | pkvec (int n, double *px) |
| |
| void | pkstr (const char *) |
| |
| void | pkpickle (const std::vector< char > &) |
| |
| void | post (const char *) |
| |
| int | submit (int userid) |
| |
| bool | working (int &id, double &x, int &userid) |
| |
| void | master_works (int flag) |
| |
| void | context () |
| |
| bool | is_master () |
| |
| void | worker () |
| |
| void | done () |
| |
| void | perror (const char *) |
| |
| double | time () |
| |
| double | wait_time () |
| |
| double | integ_time () |
| |
| double | send_time () |
| |
| void | add_wait_time (double) |
| |
| int | nhost () |
| |
| int | myid () |
| |
| void | set_gid2node (int, int) |
| |
| int | gid_exists (int) |
| |
| double | threshold () |
| |
| void | cell () |
| |
| void | outputcell (int) |
| |
| void | spike_record (int, IvocVect *, IvocVect *) |
| |
| void | spike_record (IvocVect *, IvocVect *, IvocVect *) |
| |
| void | netpar_solve (double) |
| |
| Object ** | gid2obj (int) |
| |
| Object ** | gid2cell (int) |
| |
| Object ** | gid_connect (int) |
| |
| double | netpar_mindelay (double maxdelay) |
| |
| void | netpar_spanning_statistics (int *, int *, int *, int *) |
| |
| IvocVect * | netpar_max_histogram (IvocVect *) |
| |
| Object ** | pyret () |
| |
| | Resource ()=default |
| |
| virtual | ~Resource ()=default |
| |
| virtual void | ref () const |
| |
| virtual void | unref () const |
| |
| virtual void | unref_deferred () const |
| |
| virtual void | cleanup () |
| |
| virtual void | Reference () const |
| |
| virtual void | Unreference () const |
| |
Definition at line 57 of file ocbbs.cpp.