10 #ifndef __LINE_READER_H__
11 #define __LINE_READER_H__
20 class CCircularBuffer;
71 virtual const char*
get_name()
const {
return "LineReader"; }
78 int32_t read(int32_t& bytes_to_skip);
94 int32_t m_max_token_length;
97 int32_t m_next_token_length;
Implementation of circular buffer This buffer has logical structure such as queue (FIFO)...
Class for buffered reading from a ascii file.
virtual SGVector< char > read_line()
Class SGObject is the base class of all shogun objects.
The class CTokenizer acts as a base class in order to implement tokenizers. Sub-classes must implemen...
all of classes and functions are contained in the shogun namespace
void set_tokenizer(CTokenizer *tokenizer)
virtual const char * get_name() const