OpenMS
FileMapping Struct Reference

Maps input/output files to filenames for the external program. More...

#include <OpenMS/DATASTRUCTURES/ToolDescription.h>

Collaboration diagram for FileMapping:
[legend]

Public Member Functions

 FileMapping ()=default
 Default constructor. More...
 
 FileMapping (const FileMapping &other)=default
 Copy constructor. More...
 
FileMappingoperator= (const FileMapping &rhs)=default
 Copy assignment. More...
 

Public Attributes

String location
 a regex/macro mix; to be expanded by tool; More...
 
String target
 TOPP parameter that determines the desired name. More...
 

Detailed Description

Maps input/output files to filenames for the external program.

Constructor & Destructor Documentation

◆ FileMapping() [1/2]

FileMapping ( )
default

Default constructor.

◆ FileMapping() [2/2]

FileMapping ( const FileMapping other)
default

Copy constructor.

Member Function Documentation

◆ operator=()

FileMapping& operator= ( const FileMapping rhs)
default

Copy assignment.

Member Data Documentation

◆ location

String location

a regex/macro mix; to be expanded by tool;

◆ target

String target

TOPP parameter that determines the desired name.