|
Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
#include <cstring>#include <iostream>#include <memory>#include <optional>#include <string>#include <unordered_map>#include <vector>#include "data_structure.hpp"Go to the source code of this file.
Classes | |
| class | opendal::Operator |
| Operator is the entry for all public APIs. More... | |
| class | opendal::Reader |
| Reader is designed to read data from the operator. More... | |
| class | opendal::ReaderStream |
ReaderStream is a stream wrapper of Reader which provides iostream interface. It wraps the Reader to provide standard stream operations. More... | |
| class | opendal::ReaderStream::ReaderStreamBuf |
| class | opendal::Lister |
| Lister is designed to list the entries of a directory. More... | |
| class | opendal::Lister::Iterator |
Namespaces | |
| namespace | opendal |
| namespace | opendal::ffi |