#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 Attributes | |
| std::vector< ToolExternalDetails > | external_details |
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.10.0 | Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |