CSV::Table< Record > Member List
This is the complete list of members for CSV::Table< Record >, including all inherited members.
| begin() | CSV::Table< Record > | inline |
| count() const | CSV::Reader | inline |
| end() | CSV::Table< Record > | inline |
| getColumn(const char *name) const | CSV::Reader | inline |
| getCursor() const | CSV::Reader | inline |
| getHeadings() const | CSV::Reader | inline |
| getRow() const | CSV::Reader | inline |
| getValue(unsigned index) const | CSV::Reader | inline |
| getValue(const char *name) const | CSV::Reader | inline |
| next() | CSV::Table< Record > | inline |
| operator bool() const | CSV::Reader | inlineexplicit |
| Reader(IDataSourceStream *source, const Options &options, const CStringArray &headings=nullptr) | CSV::Table< Record > | |
| Reader(IDataSourceStream *source, char fieldSeparator=',', const CStringArray &headings=nullptr, uint16_t maxLineLength=2048) | CSV::Table< Record > | inline |
| CSV::Reader::Reader(IDataSourceStream *source, const Options &options, const CStringArray &headings=nullptr) | CSV::Reader | |
| CSV::Reader::Reader(IDataSourceStream *source, char fieldSeparator=',', const CStringArray &headings=nullptr, uint16_t maxLineLength=2048) | CSV::Reader | inline |
| reset() | CSV::Reader | inline |
| seek(int offset) | CSV::Reader | |
| seek(const Cursor &cursor) | CSV::Reader | inline |
| tell() const | CSV::Reader | inline |
1.9.1