Vowpal Wabbit
|
Public Member Functions | |
~sender () | |
Public Attributes | |
io_buf * | buf |
int | sd |
vw * | all |
example ** | delay_ring |
size_t | sent_index |
size_t | received_index |
|
inline |
Definition at line 35 of file sender.cc.
References v_array< T >::delete_v(), io_buf::files, and io_buf::space.
vw* sender::all |
Definition at line 30 of file sender.cc.
Referenced by learn(), and receive_result().
io_buf* sender::buf |
Definition at line 28 of file sender.cc.
Referenced by end_examples(), learn(), and open_sockets().
example** sender::delay_ring |
Definition at line 31 of file sender.cc.
Referenced by learn(), and receive_result().
size_t sender::received_index |
Definition at line 33 of file sender.cc.
Referenced by end_examples(), learn(), and receive_result().
int sender::sd |
Definition at line 29 of file sender.cc.
Referenced by open_sockets(), and receive_result().
size_t sender::sent_index |
Definition at line 32 of file sender.cc.
Referenced by end_examples(), and learn().