xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
List of all members
xtd::static_object Class Reference

#include <static.h>

Definition

Represent a static object. A static class can't be instantiated (constructors are deleted).

Namespace
xtd
Library
xtd.core
Examples
class foo : public static_object {
public:
static std::string to_string() {return "foo";}
};
std::string to_string(const value_t &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: to_string.h:37

Inherited by xtd::bit_converter, xtd::console, xtd::convert, xtd::convert_pointer, xtd::convert_string, xtd::diagnostics::debug, xtd::diagnostics::debugger, xtd::diagnostics::trace, xtd::drawing::brushes, xtd::drawing::colors, xtd::drawing::pens, xtd::drawing::system_brushes, xtd::drawing::system_colors, xtd::drawing::system_fonts, xtd::drawing::system_icons, xtd::drawing::system_images, xtd::drawing::system_pens, xtd::environment, xtd::forms::about_box, xtd::forms::application, xtd::forms::busy_box, xtd::forms::button_images, xtd::forms::button_renderer, xtd::forms::buttons, xtd::forms::check_box_renderer, xtd::forms::check_boxes, xtd::forms::color_box, xtd::forms::control_paint, xtd::forms::countries, xtd::forms::cursors, xtd::forms::debug_message_box, xtd::forms::emoticons, xtd::forms::exception_box, xtd::forms::form_button_images, xtd::forms::input_box, xtd::forms::menu_images, xtd::forms::message_box, xtd::forms::properties::resources, xtd::forms::radio_button_renderer, xtd::forms::radio_buttons, xtd::forms::switch_button_renderer, xtd::forms::system_information, xtd::forms::system_texts, xtd::forms::toggle_buttons, xtd::forms::tool_bar_images, xtd::forms::trace_message_box, xtd::io::file, xtd::io::path, xtd::math, xtd::media::system_sounds, xtd::net::dns, xtd::system_report, and xtd::translator.


The documentation for this class was generated from the following file: