This is the complete list of members for CInputParser< T >, including all inherited members.
| CInputParser() | CInputParser< T > | |
| copy_example_into_buffer(Example< T > *ex) | CInputParser< T > | |
| current_example | CInputParser< T > | protected |
| current_feature_vector | CInputParser< T > | protected |
| current_label | CInputParser< T > | protected |
| current_len | CInputParser< T > | protected |
| end_parser() | CInputParser< T > | |
| example_type | CInputParser< T > | |
| examples_ring | CInputParser< T > | protected |
| examples_state_changed | CInputParser< T > | protected |
| examples_state_lock | CInputParser< T > | protected |
| exit_parser() | CInputParser< T > | |
| finalize_example() | CInputParser< T > | |
| free_after_release | CInputParser< T > | protected |
| get_next_example(T *&feature_vector, int32_t &length, float64_t &label) | CInputParser< T > | |
| get_next_example(T *&feature_vector, int32_t &length) | CInputParser< T > | |
| get_number_of_features() | CInputParser< T > | |
| get_ring_size() | CInputParser< T > | |
| get_vector_and_label(T *&feature_vector, int32_t &length, float64_t &label) | CInputParser< T > | |
| get_vector_only(T *&feature_vector, int32_t &length) | CInputParser< T > | |
| init(CStreamingFile *input_file, bool is_labelled=true, int32_t size=PARSER_DEFAULT_BUFFSIZE) | CInputParser< T > | |
| input_source | CInputParser< T > | protected |
| is_running() | CInputParser< T > | |
| main_parse_loop(void *params) | CInputParser< T > | |
| number_of_features | CInputParser< T > | protected |
| number_of_vectors_parsed | CInputParser< T > | protected |
| number_of_vectors_read | CInputParser< T > | protected |
| parse_thread | CInputParser< T > | protected |
| parsing_done | CInputParser< T > | |
| read_vector | CInputParser< T > | protected |
| read_vector_and_label | CInputParser< T > | protected |
| reading_done | CInputParser< T > | |
| retrieve_example() | CInputParser< T > | |
| ring_size | CInputParser< T > | protected |
| set_free_vector_after_release(bool free_vec) | CInputParser< T > | |
| set_free_vectors_on_destruct(bool destroy) | CInputParser< T > | |
| set_read_vector(void(CStreamingFile::*func_ptr)(T *&vec, int32_t &len)) | CInputParser< T > | |
| set_read_vector_and_label(void(CStreamingFile::*func_ptr)(T *&vec, int32_t &len, float64_t &label)) | CInputParser< T > | |
| start_parser() | CInputParser< T > | |
| ~CInputParser() | CInputParser< T > | |