#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 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:15 using doxygen 1.8.13 |