|
Blender V5.0
|
#include <BLI_csv_parse.hh>
Public Member Functions | |
#CsvRecords inline functions. | |
| CsvRecords (OffsetIndices< int64_t > offsets, Span< Span< char > > fields) | |
| int64_t | size () const |
| IndexRange | index_range () const |
| CsvRecord | record (const int64_t index) const |
Contains the fields of multiple records.
Definition at line 41 of file BLI_csv_parse.hh.
|
inline |
Definition at line 174 of file BLI_csv_parse.hh.
|
inline |
Definition at line 184 of file BLI_csv_parse.hh.
References blender::IndexRange::index_range().
Referenced by blender::io::csv::parse_column_as_floats(), and blender::io::csv::parse_column_as_ints().
Get the record at the given index.
Definition at line 189 of file BLI_csv_parse.hh.
Referenced by blender::io::csv::parse_column_as_floats(), and blender::io::csv::parse_column_as_ints().
|
inline |
Number of records (rows).
Definition at line 179 of file BLI_csv_parse.hh.
Referenced by blender::io::csv::parse_column_as_floats(), blender::io::csv::parse_column_as_ints(), and blender::io::csv::parse_records_chunk().