API Documentation
Loading...
Searching...
No Matches
BufferedScanner Member List

This is the complete list of members for BufferedScanner, including all inherited members.

BufferedScanner(const File &file, char delimiter='|', File::OpenMode mode=File::e_ascii_read)BufferedScanner
BufferedScanner(const String &string, char delimiter='|')BufferedScannerexplicit
currentLine() constScannerinline
currentLine()Scannerinline
dataSize() constScanner
file() constScannerinline
getByteArray() final overrideBufferedScannervirtual
getColumn(uint04 column)Scannerinline
getCurrent() constScanner
getCurrentFilePosition()Scanner
getCurrentLineNumber() constScanner
getDebugPosition() constScanner
getFilePercent()Scanner
getLineLength() constScanner
getNext()Scanner
getNext(String &next)Scanner
getNext(uint04 count)Scannerinline
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNext()Scanner
getNextHex()Scanner
getNextHex()Scanner
hasNext() constScanner
isComment(char comment) constScanner
linePosition()Scannerinline
m_cur_columnScannerprotected
m_cur_line_posScannerprotected
m_current_file_positionScannerprotected
m_current_lineScannerprotected
m_current_line_numberScannerprotected
m_current_line_sizeScannerprotected
m_data_sizeScannerprotected
m_delimiterScannerprotected
m_fileScannerprotected
m_file_bufferBufferedScannerprotected
m_has_delimiterScannerprotected
m_ignore_empty_linesScannerprotected
m_ignore_white_spaceScannerprotected
m_new_linesBufferedScannerprotected
m_quote_characterScannerprotected
m_time_formatScannerprotected
moveForward(uint04 distance=1)Scanner
nextLine(String &string, bool clear_string=true) final overrideBufferedScannervirtual
nextLine() final overrideBufferedScannervirtual
quoteCharacter() constScannerinline
resetLinePosition()Scanner
Scanner(const File &file, char delimiter='|', File::OpenMode mode=File::e_ascii_read)Scannerexplicit
Scanner(const String &string, char delimiter='|')Scannerexplicit
setDelimiter(char delimiter)Scanner
setFilePosition(uint08 file_position, bool read_line=true) final overrideBufferedScannervirtual
setHasDelimiter(const bool has_delimiter)Scannerinline
setIgnoreEmptyLines(bool ignore_new_lines)Scannerinline
setIgnoreWhiteSpace(bool ignore_white_space)Scannerinline
setQuoteCharacter(char quote_character)Scannerinline
skip()Scanner
skipTo(char location, bool ignore_case=false)Scanner
skipTo(const Buffer< char > &locations, bool ignore_case=false)Scanner
skipTo(const char *location, bool ignore_case=false)Scanner
skipWhiteSpace()Scanner
~Scanner()Scannervirtual