Blender V5.0
blender::io::csv::ParseIntColumnResult Struct Reference

Public Attributes

Vector< int > data
bool found_invalid = false
bool found_float = false

Detailed Description

Definition at line 51 of file csv_reader.cc.

Member Data Documentation

◆ data

Vector<int> blender::io::csv::ParseIntColumnResult::data

Definition at line 52 of file csv_reader.cc.

Referenced by blender::io::csv::parse_records_chunk().

◆ found_float

bool blender::io::csv::ParseIntColumnResult::found_float = false

Definition at line 54 of file csv_reader.cc.

Referenced by blender::io::csv::parse_records_chunk().

◆ found_invalid

bool blender::io::csv::ParseIntColumnResult::found_invalid = false

Definition at line 53 of file csv_reader.cc.

Referenced by blender::io::csv::parse_records_chunk().


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