MySQL 9.1.0
Source Code Documentation
|
#include <cstdint>
#include <string>
#include <system_error>
#include <utility>
#include <sys/types.h>
#include "mysql/harness/stdx/expected.h"
#include "mysql/harness/stdx/filesystem.h"
#include "mysql/harness/stdx_export.h"
Go to the source code of this file.
Classes | |
class | stdx::io::flag |
class | stdx::io::path_handle |
class | stdx::io::file_handle |
Namespaces | |
namespace | stdx |
namespace | stdx::io |
Enumerations | |
enum class | stdx::io::creation { stdx::io::open_existing = 0 , stdx::io::only_if_not_exist , stdx::io::if_needed , stdx::io::truncate_existing } |
enum class | stdx::io::mode { stdx::io::unchanged = 0 , stdx::io::read = 6 , stdx::io::write = 7 , stdx::io::append = 9 } |
enum class | stdx::io::caching { stdx::io::unchanged = 0 , stdx::io::none = 1 , stdx::io::all = 6 , stdx::io::temporary = 8 } |