| Vince's CSV Parser
    | 
A class used for efficiently storing RawCSVField objects and expanding as necessary. More...
#include <csv_row.hpp>
| Public Member Functions | |
| CSVFieldList (size_t single_buffer_capacity=(size_t)(internals::PAGE_SIZE/sizeof(RawCSVField))) | |
| Construct a CSVFieldList which allocates blocks of a certain size. | |
| CSVFieldList (const CSVFieldList &other)=delete | |
| CSVFieldList (CSVFieldList &&other) | |
| template<class... Args> | |
| void | emplace_back (Args &&... args) | 
| size_t | size () const noexcept | 
| RawCSVField & | operator[] (size_t n) const | 
A class used for efficiently storing RawCSVField objects and expanding as necessary.
Definition at line 62 of file csv_row.hpp.