Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Types | Public Member Functions | Public Attributes | List of all members
TOPPASToolVertex::IOInfo Struct Reference

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...
 
IOInfooperator= (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...
 

Detailed Description

Stores the information for input/output files/lists.

Constructor & Destructor Documentation

IOInfo ( )
inline

Standard constructor.

IOInfo ( const IOInfo rhs)
inline

Copy constructor.

Member Function Documentation

bool operator< ( const IOInfo rhs) const
inline
IOInfo& operator= ( const IOInfo rhs)
inline

Member Data Documentation

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 2.0.0 Documentation generated on Thu Aug 20 2015 01:44:41 using doxygen 1.8.9.1