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

Public Attributes

StringRef name
bool has_invalid_name = false
std::atomic< bool > found_invalid = false
std::atomic< bool > found_int = false
std::atomic< bool > found_float = false

Detailed Description

Definition at line 31 of file csv_reader.cc.

Member Data Documentation

◆ found_float

std::atomic<bool> blender::io::csv::ColumnInfo::found_float = false

Definition at line 36 of file csv_reader.cc.

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

◆ found_int

std::atomic<bool> blender::io::csv::ColumnInfo::found_int = false

Definition at line 35 of file csv_reader.cc.

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

◆ found_invalid

std::atomic<bool> blender::io::csv::ColumnInfo::found_invalid = false

Definition at line 34 of file csv_reader.cc.

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

◆ has_invalid_name

bool blender::io::csv::ColumnInfo::has_invalid_name = false

◆ name

StringRef blender::io::csv::ColumnInfo::name

Definition at line 32 of file csv_reader.cc.

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


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