|
Vowpal Wabbit
|
Go to the source code of this file.
Functions | |
| bool | isbinary (io_buf &i) |
| size_t | readto (io_buf &i, char *&pointer, char terminal) |
| bool isbinary | ( | io_buf & | i | ) |
Definition at line 45 of file io_buf.cc.
References io_buf::current, v_array< T >::end(), io_buf::files, io_buf::fill(), io_buf::head, and io_buf::space.
Referenced by io_buf::bin_write_fixed(), enable_sources(), and reset_source().
| size_t readto | ( | io_buf & | i, |
| char *& | pointer, | ||
| char | terminal | ||
| ) |
Definition at line 58 of file io_buf.cc.
References v_array< T >::begin(), io_buf::current, v_array< T >::end(), v_array< T >::end_array, io_buf::files, io_buf::fill(), io_buf::head, readto(), v_array< T >::size(), and io_buf::space.
Referenced by io_buf::bin_write_fixed(), read_features(), and readto().
1.8.13