CommonLibVR
io::error::with_file_name Struct Reference

#include <csv.h>

Inheritance diagram for io::error::with_file_name:
io::error::can_not_open_file io::error::duplicated_column_in_header io::error::escaped_string_not_closed io::error::extra_column_in_header io::error::header_missing io::error::integer_must_be_positive io::error::integer_overflow io::error::integer_underflow io::error::invalid_single_character io::error::line_length_limit_exceeded io::error::missing_column_in_header io::error::no_digit io::error::too_few_columns io::error::too_many_columns

Public Member Functions

 with_file_name ()
 
void set_file_name (const char *file_name)
 

Public Attributes

char file_name [max_file_name_length+1]
 

Constructor & Destructor Documentation

◆ with_file_name()

io::error::with_file_name::with_file_name ( )
inline

Member Function Documentation

◆ set_file_name()

void io::error::with_file_name::set_file_name ( const char *  file_name)
inline

Member Data Documentation

◆ file_name

char io::error::with_file_name::file_name[max_file_name_length+1]

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