wex
v21.10.0
|
Offers data to be used by the dir class. More...
#include <wex/data/dir.h>
Public Types | |
enum | |
dir flags. | |
Public Member Functions | |
const auto & | dir_spec () const |
Returns the dir spec. | |
dir & | dir_spec (const std::string &rhs) |
Sets dir specs. | |
const auto & | file_spec () const |
Returns the file spec. | |
dir & | file_spec (const std::string &rhs) |
Sets file specs. | |
auto * | find_replace_data () const |
Returns frd. | |
dir & | find_replace_data (factory::find_replace_data *rhs) |
Sets frd. | |
int | max_matches () const |
Returns max matches to find, or -1 if no max. | |
dir & | max_matches (int rhs) |
Sets max matches. | |
auto | type () const |
Returns type. | |
dir & | type (const type_t &rhs) |
Sets type. | |
Static Public Member Functions | |
static type_t | type_t_def () |
Returns default type flags. More... | |
Offers data to be used by the dir class.
|
inlinestatic |
Returns default type flags.
All flags, except HIDDEN are on.