ToolDescription Class. More...
#include <OpenMS/DATASTRUCTURES/ToolDescription.h>
Public Member Functions | |
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 | |
bool | is_internal |
String | name |
String | category |
StringList | types |
ToolDescription Class.
This class represents a ToolDescription.
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 | ||
) |
bool operator< | ( | const ToolDescriptionInternal & | rhs | ) | const |
ToolDescriptionInternal& operator= | ( | const ToolDescriptionInternal & | rhs | ) |
bool operator== | ( | const ToolDescriptionInternal & | rhs | ) | const |
String category |
bool is_internal |
String name |
StringList types |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:15 using doxygen 1.8.13 |