Stores the information for input/output files/lists. More...
#include <OpenMS/VISUAL/TOPPASToolVertex.h>
| Public Types | |
| enum | IOType { IOT_FILE, IOT_LIST } | 
| The type.  More... | |
| Public Member Functions | |
| IOInfo () | |
| Standard constructor.  More... | |
| IOInfo (const IOInfo &rhs) | |
| Copy constructor.  More... | |
| bool | operator< (const IOInfo &rhs) const | 
| Comparison operator.  More... | |
| IOInfo & | operator= (const IOInfo &rhs) | 
| Assignment operator.  More... | |
| Public Attributes | |
| IOType | type | 
| The type of the parameter.  More... | |
| String | param_name | 
| The name of the parameter.  More... | |
| StringList | valid_types | 
| The valid file types for this parameter.  More... | |
Stores the information for input/output files/lists.
| enum IOType | 
| 
 | inline | 
Standard constructor.
| 
 | inline | 
Comparison operator.
References TOPPASToolVertex::IOInfo::param_name, and TOPPASToolVertex::IOInfo::type.
Assignment operator.
References TOPPASToolVertex::IOInfo::param_name, TOPPASToolVertex::IOInfo::type, and TOPPASToolVertex::IOInfo::valid_types.
| String param_name | 
The name of the parameter.
Referenced by TOPPASToolVertex::IOInfo::operator<(), and TOPPASToolVertex::IOInfo::operator=().
| IOType type | 
The type of the parameter.
Referenced by TOPPASToolVertex::IOInfo::operator<(), and TOPPASToolVertex::IOInfo::operator=().
| StringList valid_types | 
The valid file types for this parameter.
Referenced by TOPPASToolVertex::IOInfo::operator=().
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:36 using doxygen 1.8.5 |