|
Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
#include <chrono>#include <cstdint>#include <optional>#include <string>Go to the source code of this file.
Classes | |
| struct | opendal::Metadata |
| The metadata of a file or directory. More... | |
| struct | opendal::Entry |
| The entry of a file or directory. More... | |
| class | opendal::Capability |
Namespaces | |
| namespace | opendal |
Enumerations | |
| enum class | opendal::EntryMode : int { opendal::FILE = 1 , opendal::DIR = 2 , opendal::UNKNOWN = 0 } |
| The mode of the entry. More... | |