|
Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
Namespaces | |
| namespace | async |
| namespace | ffi |
Classes | |
| class | Capability |
| 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 provides iostream interface. It wraps the Reader to provide standard stream operations. More... | |
Enumerations | |
| enum class | EntryMode : int { FILE = 1 , DIR = 2 , UNKNOWN = 0 } |
| The mode of the entry. More... | |
|
strong |