Base class for interpreting a record (line) in a CSV file. More...

#include <Table.h>

Collaboration diagram for CSV::Record:

Public Member Functions

 Record ()
 
 Record (const CStringArray &row)
 
 operator bool () const
 
const char * operator[] (unsigned index) const
 

Public Attributes

CStringArray row
 

Detailed Description

Base class for interpreting a record (line) in a CSV file.

Constructor & Destructor Documentation

◆ Record() [1/2]

CSV::Record::Record ( )
inline

◆ Record() [2/2]

CSV::Record::Record ( const CStringArray row)
inline

Member Function Documentation

◆ operator bool()

CSV::Record::operator bool ( ) const
inlineexplicit

◆ operator[]()

const char* CSV::Record::operator[] ( unsigned  index) const
inline

Member Data Documentation

◆ row

CStringArray CSV::Record::row

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