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. | |
| IOInfo (const IOInfo &rhs) | |
| Copy constructor. | |
| bool | operator< (const IOInfo &rhs) const |
| Comparison operator. | |
| IOInfo & | operator= (const IOInfo &rhs) |
| Assignment operator. | |
Public Attributes | |
| IOType | type |
| The type of the parameter. | |
| String | param_name |
| The name of the parameter. | |
| StringList | valid_types |
| The valid file types for this parameter. | |
Stores the information for input/output files/lists.
| enum IOType |
| IOInfo | ( | ) | [inline] |
Standard constructor.
| bool operator< | ( | const IOInfo & | rhs | ) | const [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.
The name of the parameter.
Referenced by TOPPASToolVertex::IOInfo::operator<(), and TOPPASToolVertex::IOInfo::operator=().
The type of the parameter.
Referenced by TOPPASToolVertex::IOInfo::operator<(), and TOPPASToolVertex::IOInfo::operator=().
The valid file types for this parameter.
Referenced by TOPPASToolVertex::IOInfo::operator=().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |