Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
data_structure.hpp File Reference
#include <cstdint>
#include <optional>
#include <string>
#include "boost/date_time/posix_time/ptime.hpp"
Include dependency graph for data_structure.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Namespaces

namespace  opendal
 

Enumerations

enum class  opendal::EntryMode : int { opendal::FILE = 1 , opendal::DIR = 2 , opendal::UNKNOWN = 0 }
 The mode of the entry. More...