icedb
version 0.5.1
Snow particle scattering database API
|
#include <boost/version.hpp>
#include <set>
#include <string>
#include <map>
Go to the source code of this file.
Namespaces | |
icedb | |
icedb::fs | |
icedb::fs::impl | |
Macros | |
#define | __has_include(x) 0 |
Typedefs | |
typedef std::set< sfs::path > | icedb::fs::impl::ExtensionsMatching_Type |
typedef std::vector< std::pair< sfs::path, std::string > > | icedb::fs::impl::CollectedFilesRet_Type |
File path, relative mount point. More... | |
Functions | |
sfs::path | icedb::fs::impl::resolveSymLinks (const sfs::path &base) |
Finds out where a symbolic link points to. More... | |
CollectedFilesRet_Type | icedb::fs::impl::collectDatasetFiles (const sfs::path &base, const ExtensionsMatching_Type &valid_extensions) |
sfs::path | icedb::fs::impl::resolveSymlinkPathandForceExists (const std::string &location) |
Like resolveSymLinks, but throw if the resulting path does not exist. More... | |
CollectedFilesRet_Type | icedb::fs::impl::collectActualHDF5files (const sfs::path &pBaseS) |
Like collectDatasetFiles for HDF5 files, but then check that these files are, indeed, HDF5 files. More... | |
std::string | icedb::fs::impl::getUniqueVROOTname () |
Generate a unique string, used in memort-only HDF5 file trees. More... | |
#define __has_include | ( | x | ) | 0 |
Definition at line 5 of file fs_backend.hpp.