OpenMS
|
ToolDescription Class. More...
#include <OpenMS/DATASTRUCTURES/ToolDescription.h>
Public Member Functions | |
ToolDescriptionInternal ()=default | |
default C'Tor More... | |
ToolDescriptionInternal (const bool p_is_internal, const String &p_name, const String &p_category, const StringList &p_types) | |
C'Tor with arguments. More... | |
ToolDescriptionInternal (const String &p_name, const StringList &p_types) | |
short C'Tor More... | |
ToolDescriptionInternal & | operator= (const ToolDescriptionInternal &rhs)=default |
Copy assignment. More... | |
bool | operator== (const ToolDescriptionInternal &rhs) const |
bool | operator< (const ToolDescriptionInternal &rhs) const |
Public Attributes | |
bool | is_internal = false |
String | name |
String | category |
StringList | types |
-types of the tool More... | |
ToolDescription Class.
This class represents a ToolDescription.
|
default |
default C'Tor
ToolDescriptionInternal | ( | const bool | p_is_internal, |
const String & | p_name, | ||
const String & | p_category, | ||
const StringList & | p_types | ||
) |
C'Tor with arguments.
ToolDescriptionInternal | ( | const String & | p_name, |
const StringList & | p_types | ||
) |
short C'Tor
bool operator< | ( | const ToolDescriptionInternal & | rhs | ) | const |
|
default |
Copy assignment.
bool operator== | ( | const ToolDescriptionInternal & | rhs | ) | const |
String category |
bool is_internal = false |
String name |
StringList types |
-types of the tool