Contains location details of the current record in the source stream. More...

#include <Parser.h>

Collaboration diagram for CSV::Cursor:

Public Member Functions

size_t length () const
 Get number of source characters in record data. More...
 
 operator String () const
 Convenience operator for debugging, etc. More...
 

Public Attributes

int start
 BOF if there is no current record. More...
 
unsigned end
 One-past end of record. More...
 

Detailed Description

Contains location details of the current record in the source stream.

Member Function Documentation

◆ length()

size_t CSV::Cursor::length ( void  ) const
inline

Get number of source characters in record data.

◆ operator String()

CSV::Cursor::operator String ( ) const
inline

Convenience operator for debugging, etc.

Member Data Documentation

◆ end

unsigned CSV::Cursor::end

One-past end of record.

◆ start

int CSV::Cursor::start

BOF if there is no current record.


The documentation for this struct was generated from the following file: