Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>
#include "boost/iostreams/concepts.hpp"
#include "boost/iostreams/stream.hpp"
#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 can provide iostream interface. It will keep a Reader inside so that you can ignore the lifetime of original Reader. More... | |
class | opendal::Lister |
Lister is designed to list the entries of a directory. More... | |
class | opendal::Lister::Iterator |
Namespaces | |
namespace | opendal |
namespace | opendal::ffi |