Volume Cartographer 2.27.0
Namespaces | Typedefs | Functions | Variables
FileFilters.hpp File Reference
#include <regex>
#include <string>
#include <vector>
#include "vc/core/filesystem.hpp"
Include dependency graph for FileFilters.hpp:

Go to the source code of this file.

Namespaces

namespace  volcart
 Volume Cartographer library
 
namespace  volcart::io
 IO classes.
 

Typedefs

using volcart::io::ExtensionList = std::vector< std::string >
 

Functions

auto volcart::io::FileExtensionFilter (const filesystem::path &path, const ExtensionList &exts) -> bool
 
auto volcart::io::UnixHiddenFileFilter (const filesystem::path &path) -> bool
 

Variables

constexpr auto volcart::IsFileType = io::FileExtensionFilter
 
constexpr auto volcart::IsUnixHiddenFile = io::UnixHiddenFileFilter