public nothrow | Dir(const String<char>& name_, Pattern* pattern_, bool includeSubdirs_) |
public inline nothrow Pattern* | GetPattern() const |
public inline nothrow bool | IncludeSubdirs() const |
public inline nothrow const String<char>& | Name() const |
private bool | includeSubdirs |
private String<char> | name |
private Pattern* | pattern |