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

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

currentLine() constScannerinline
currentLine()Scannerinline
dataSize() constScanner
file() constScannerinline
getByteArray()Scannerinlinevirtual
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
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_has_delimiterScannerprotected
m_ignore_empty_linesScannerprotected
m_ignore_white_spaceScannerprotected
m_quote_characterScannerprotected
m_time_formatScannerprotected
moveForward(uint04 distance=1)Scanner
nextLine()Scannervirtual
nextLine(String &string, bool clear_string=true)Scannervirtual
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)Scannervirtual
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