CommonLibVR
io::error::can_not_open_file Struct Reference

#include <csv.h>

Inheritance diagram for io::error::can_not_open_file:
io::error::base io::error::with_file_name io::error::with_errno

Public Member Functions

void format_error_message () const override
 
- Public Member Functions inherited from io::error::base
const char * what () const noexcept override
 
- Public Member Functions inherited from io::error::with_file_name
 with_file_name ()
 
void set_file_name (const char *file_name)
 
- Public Member Functions inherited from io::error::with_errno
 with_errno ()
 
void set_errno (int errno_value)
 

Additional Inherited Members

- Public Attributes inherited from io::error::base
char error_message_buffer [512]
 
- Public Attributes inherited from io::error::with_file_name
char file_name [max_file_name_length+1]
 
- Public Attributes inherited from io::error::with_errno
int errno_value
 

Member Function Documentation

◆ format_error_message()

void io::error::can_not_open_file::format_error_message ( ) const
inlineoverridevirtual

Implements io::error::base.


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