Public Attributes | |
| std::string | pattern |
| bool | is_negation = false |
| bool | directory_only = false |
Definition at line 59 of file file_browser.h.
| std::string yaze::editor::GitignoreParser::Pattern::pattern |
Definition at line 60 of file file_browser.h.
Referenced by yaze::editor::GitignoreParser::AddPattern(), and yaze::editor::GitignoreParser::MatchPattern().
| bool yaze::editor::GitignoreParser::Pattern::is_negation = false |
Definition at line 61 of file file_browser.h.
Referenced by yaze::editor::GitignoreParser::AddPattern().
| bool yaze::editor::GitignoreParser::Pattern::directory_only = false |
Definition at line 62 of file file_browser.h.
Referenced by yaze::editor::GitignoreParser::AddPattern().