51 const
xtd::
string& name() const noexcept;
62 bool equals(const
toolkit& other) const noexcept override;
63 xtd::
string to_string() const noexcept override;
67 xtd::
string description_ = "No
toolkit defined.";
68 xtd::
string name_ = "Unknown";
Represents text as a sequence of character units.
Definition basic_string.h:79
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.h:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
Represents the version number of an assembly, operating system, or the xtd. This class cannot be inhe...
Definition version.h:114
Contains core_export_ keyword.
#define core_export_
Define shared library export.
Definition core_export.h:13
Contains xtd::iequatable interface.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::object class.
Contains xtd::string alias.
Contains xtd::version class.