Project list of files. More...
#include <Build.h>
Public Types | |
enum | Operation { Add , Remove } |
Indicates if this is an additive or subtractive files operation. More... | |
Public Member Functions | |
bool | operator== (const File &other) const |
Public Attributes | |
Operation | operation = Add |
Operation type (add or remove files) More... | |
String | base |
Base path (not containing * ) More... | |
String | mask |
Mask suffix (can contain * ) More... | |
Project list of files.
String SC::Build::Project::File::base |
Base path (not containing *
)
String SC::Build::Project::File::mask |
Mask suffix (can contain *
)