OpenMS
|
Filename mappings for all input/output files. More...
#include <OpenMS/DATASTRUCTURES/ToolDescription.h>
Public Member Functions | |
MappingParam ()=default | |
Default constructor. More... | |
MappingParam (const MappingParam &other)=default | |
Copy constructor. More... | |
MappingParam & | operator= (const MappingParam &other)=default |
Copy assignment. More... | |
Public Attributes | |
std::map< Int, String > | mapping |
std::vector< FileMapping > | pre_moves |
std::vector< FileMapping > | post_moves |
Filename mappings for all input/output files.
|
default |
Default constructor.
|
default |
Copy constructor.
|
default |
Copy assignment.
std::vector<FileMapping> post_moves |
std::vector<FileMapping> pre_moves |