Enum open_file_mode¶
enum open_file_mode io¶
enum class open_file_mode { … } enum constant read_existing ¶
read_existing Fully qualified name: kfr::open_file_mode::read_existing
Declared at io/file.hpp:45
enum constant write_new ¶
write_new Fully qualified name: kfr::open_file_mode::write_new
Declared at io/file.hpp:46
enum constant read_write_existing ¶
read_write_existing Fully qualified name: kfr::open_file_mode::read_write_existing
Declared at io/file.hpp:47
enum constant read_write_new ¶
read_write_new Fully qualified name: kfr::open_file_mode::read_write_new
Declared at io/file.hpp:48
enum constant append_existing ¶
append_existing Fully qualified name: kfr::open_file_mode::append_existing
Declared at io/file.hpp:49
Fully qualified name: kfr::open_file_mode
Declared at io/file.hpp:43
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.