CommonLibVR
io::error Namespace Reference

Classes

struct  base
 
struct  with_file_name
 
struct  with_file_line
 
struct  with_errno
 
struct  can_not_open_file
 
struct  line_length_limit_exceeded
 
struct  with_column_name
 
struct  with_column_content
 
struct  extra_column_in_header
 
struct  missing_column_in_header
 
struct  duplicated_column_in_header
 
struct  header_missing
 
struct  too_few_columns
 
struct  too_many_columns
 
struct  escaped_string_not_closed
 
struct  integer_must_be_positive
 
struct  no_digit
 
struct  integer_overflow
 
struct  integer_underflow
 
struct  invalid_single_character
 

Variables

const int max_file_name_length = 255
 
const int max_column_name_length = 63
 
const int max_column_content_length = 63
 

Variable Documentation

◆ max_column_content_length

const int io::error::max_column_content_length = 63

◆ max_column_name_length

const int io::error::max_column_name_length = 63

◆ max_file_name_length

const int io::error::max_file_name_length = 255