Describes an additive / subtractive selection of files. More...
#include <Build.h>
Public Types | |
enum | Action { Add , Remove } |
Add or removes from selection. More... | |
Public Member Functions | |
bool | operator== (const FilesSelection &other) const |
Public Attributes | |
Action | action = Add |
Operation type (add or remove files) More... | |
String | base |
Base path (not containing * ) More... | |
String | mask |
Mask suffix (can contain * ) More... | |
Describes an additive / subtractive selection of files.
String SC::Build::FilesSelection::base |
Base path (not containing *
)
String SC::Build::FilesSelection::mask |
Mask suffix (can contain *
)