#include <OpenMS/DATASTRUCTURES/ToolDescription.h>
 
  
 | Public Member Functions | |
| ToolDescription () | |
| ToolDescription (const String &p_name, const String &p_category, const StringList &p_types=StringList()) | |
| void | addExternalType (const String &type, const ToolExternalDetails &details) | 
| void | append (const ToolDescription &other) | 
| ToolDescription & | operator= (const ToolDescription &rhs) | 
|  Public Member Functions inherited from ToolDescriptionInternal | |
| ToolDescriptionInternal () | |
| ToolDescriptionInternal (const bool p_is_internal, const String &p_name, const String &p_category, const StringList &p_types) | |
| ToolDescriptionInternal (const String &p_name, const StringList &p_types) | |
| ToolDescriptionInternal & | operator= (const ToolDescriptionInternal &rhs) | 
| bool | operator== (const ToolDescriptionInternal &rhs) const | 
| bool | operator< (const ToolDescriptionInternal &rhs) const | 
| Public Attributes | |
| std::vector< ToolExternalDetails > | external_details | 
|  Public Attributes inherited from ToolDescriptionInternal | |
| bool | is_internal | 
| String | name | 
| String | category | 
| StringList | types | 
Used for internal and external tools
| ToolDescription | ( | ) | 
| ToolDescription | ( | const String & | p_name, | 
| const String & | p_category, | ||
| const StringList & | p_types = StringList() | ||
| ) | 
| void addExternalType | ( | const String & | type, | 
| const ToolExternalDetails & | details | ||
| ) | 
| void append | ( | const ToolDescription & | other | ) | 
| ToolDescription& operator= | ( | const ToolDescription & | rhs | ) | 
| std::vector<ToolExternalDetails> external_details | 
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:37 using doxygen 1.8.5 |