OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
shared::FilePathOptions Struct Reference

#include <file_path_util.h>

Public Attributes

std::optional< std::string > filter_regex {std::nullopt}
 
std::optional< std::string > sort_by {std::nullopt}
 
std::optional< std::string > sort_regex {std::nullopt}
 

Detailed Description

Definition at line 93 of file file_path_util.h.

Member Data Documentation

std::optional<std::string> shared::FilePathOptions::filter_regex {std::nullopt}
std::optional<std::string> shared::FilePathOptions::sort_by {std::nullopt}
std::optional<std::string> shared::FilePathOptions::sort_regex {std::nullopt}

Definition at line 96 of file file_path_util.h.

Referenced by shared::validate_sort_options().


The documentation for this struct was generated from the following file: