Supports all classes in the xtd class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the xtd. It is the root of the type hierarchy.
Constructors | |
object ()=default | |
Create a new instance of the ultimate base class object. More... | |
Methods | |
bool | equals (const object &obj) const noexcept |
Determines whether the specified object is equal to the current object. More... | |
virtual size_t | get_hash_code () const noexcept |
Serves as a hash function for a particular type. More... | |
virtual type_object | get_type () const noexcept |
Gets the type of the current instance. More... | |
template<typename object_t > | |
std::unique_ptr< object_t > | memberwise_clone () const noexcept |
Creates a shallow copy of the current object. More... | |
virtual xtd::ustring | to_string () const noexcept |
Returns a sxd::ustring that represents the current object. More... | |
static bool | equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are considered equal. More... | |
static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
Determines whether the specified object instances are the same instance. More... | |
|
default |
Create a new instance of the ultimate base class object.
|
noexcept |
Determines whether the specified object is equal to the current object.
obj | The object to compare with the current object. |
Determines whether the specified object instances are considered equal.
object_a | The first object to compare. |
object_b | The second object to compare. |
|
virtualnoexcept |
Serves as a hash function for a particular type.
Reimplemented in xtd::ustring.
|
virtualnoexcept |
Gets the type of the current instance.
|
inlinenoexcept |
Creates a shallow copy of the current object.
|
staticnoexcept |
Determines whether the specified object instances are the same instance.
object_a | The first object to compare. |
object_b | The second object to compare. |
|
virtualnoexcept |
Returns a sxd::ustring that represents the current object.
Reimplemented in xtd::drawing::graphics, xtd::ustring, xtd::drawing::color, xtd::forms::control, xtd::date_time, xtd::uri, xtd::io::file_system_info, xtd::time_span, xtd::forms::month_calendar, xtd::drawing::drawing_2d::graphics_path, xtd::environment::xtd_library, xtd::diagnostics::stack_trace, xtd::drawing::point, xtd::forms::menu_item, xtd::drawing::font, xtd::drawing::rectangle, xtd::net::ip_address, xtd::drawing::rectangle_f, xtd::forms::tool_bar_button, xtd::forms::file_dialog, xtd::forms::status_bar_panel, xtd::version, xtd::drawing::drawing_2d::matrix, xtd::drawing::pen, xtd::drawing::imaging::image_format, xtd::diagnostics::stack_frame, xtd::operating_system, xtd::drawing::icon, xtd::forms::progress_bar, xtd::forms::create_params, xtd::guid, xtd::forms::style_sheets::background_image, xtd::io::drive_info, xtd::drawing::point_f, xtd::forms::horizontal_control_layout_style, xtd::forms::vertical_control_layout_style, xtd::system_exception, xtd::forms::cursor, xtd::forms::track_bar, xtd::forms::numeric_up_down, xtd::forms::menu, xtd::forms::emoticon, xtd::forms::padding, xtd::enum_object< enum_t >, xtd::forms::style_sheets::length, xtd::threading::thread_local_object< value_t >, xtd::drawing::font_family, xtd::forms::radio_button, xtd::forms::style_sheets::lengths, xtd::drawing::size, xtd::forms::style_sheets::theme, xtd::box< type_t >, xtd::forms::message, xtd::drawing::size_f, xtd::forms::up_down_button, xtd::forms::country, xtd::forms::control_layout_style, xtd::distribution, xtd::cpp_language, xtd::forms::list_control::item, xtd::net::ip_end_point, xtd::net::socket_address, xtd::forms::renderer, xtd::compiler, xtd::forms::selection_range, xtd::forms::domain_up_down::item, xtd::forms::link_area, xtd::target_type, xtd::net::dns_end_point, xtd::processor, xtd::type_object, xtd::toolkit, xtd::web::css::property, xtd::drawing::brush, xtd::net::end_point, and xtd::io::string_writer.