Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
Namespaces | |
namespace | async |
Classes | |
struct | Entry |
The entry of a file or directory. More... | |
class | Lister |
Lister is designed to list the entries of a directory. More... | |
struct | Metadata |
The metadata of a file or directory. More... | |
class | Operator |
Operator is the entry for all public APIs. More... | |
class | Reader |
Reader is designed to read data from the operator. More... | |
class | 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... | |
Enumerations | |
enum | EntryMode { FILE = 1 , DIR = 2 , UNKNOWN = 0 } |
The mode of the entry. More... | |
enum opendal::EntryMode |