Offers data to be used by the dir class.
More...
#include <wex/data/dir.h>
|
|
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.
|
| |
Offers data to be used by the dir class.
◆ anonymous enum
Dir flags.
| Enumerator |
|---|
| FILES | include files
|
| DIRS | include directories
|
| RECURSIVE | recursive
|
| HIDDEN | include hidden files
|
◆ type_t_def()
| static type_t wex::data::dir::type_t_def |
( |
| ) |
|
|
inlinestatic |
Returns default type flags.
All flags, except HIDDEN are on.