OpenMS
MappingParam Struct Reference

Filename mappings for all input/output files. More...

#include <OpenMS/DATASTRUCTURES/ToolDescription.h>

Collaboration diagram for MappingParam:
[legend]

Public Member Functions

 MappingParam ()=default
 Default constructor. More...
 
 MappingParam (const MappingParam &other)=default
 Copy constructor. More...
 
MappingParamoperator= (const MappingParam &other)=default
 Copy assignment. More...
 

Public Attributes

std::map< Int, Stringmapping
 
std::vector< FileMappingpre_moves
 
std::vector< FileMappingpost_moves
 

Detailed Description

Filename mappings for all input/output files.

Constructor & Destructor Documentation

◆ MappingParam() [1/2]

MappingParam ( )
default

Default constructor.

◆ MappingParam() [2/2]

MappingParam ( const MappingParam other)
default

Copy constructor.

Member Function Documentation

◆ operator=()

MappingParam& operator= ( const MappingParam other)
default

Copy assignment.

Member Data Documentation

◆ mapping

std::map<Int, String> mapping

◆ post_moves

std::vector<FileMapping> post_moves

◆ pre_moves

std::vector<FileMapping> pre_moves