CSV::Record Struct Reference
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]
|
inline |
◆ Record() [2/2]
|
inline |
Member Function Documentation
◆ operator bool()
|
inlineexplicit |
◆ operator[]()
|
inline |
Member Data Documentation
◆ row
| CStringArray CSV::Record::row |
The documentation for this struct was generated from the following file:
1.9.1