▼Nxtd | The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more |
►Ncollections | The xtd::collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries |
Ckey_not_found_exception | The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection |
►Ndiagnostics | The xtd::diagnostics namespace provides classes that allow you to interact with system processes, event logs, and performance counters |
Cboolean_switch | Provides a simple on/off switch that controls debugging and tracing output |
Cconsole_trace_listener | Directs tracing or debugging output to either the standard output or the standard error stream |
Cdata_received_event_args | Provides data for the xtd::diagnostics::process::output_data_received and xtd::diagnostics::process::error_data_received events |
Cdebug | Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited |
Cdebugger | Enables communication with a debugger. This class cannot be inherited |
Cdefault_trace_listener | Provides the default output methods and behavior for tracing |
Cevent_type_filter | Indicates whether a listener should trace based on the event type |
Costream_trace_listener | Directs tracing or debugging output to a std::ostream, such as std::fstream, std::stream.. |
►Cprocess | Provides access to local and remote processes and enables you to start and stop local system processes |
Cerror_data_received_event | Represents a process error data received event |
Cexit_event | Represents a process exit event |
Coutput_data_received_event | Represents a process output data received event |
Cprocess_start_info | Specifies a set of values that are used when you start a process |
Csource_filter | Indicates whether a listener should trace a message based on the source of a trace |
Csource_switch | Provides a multilevel switch to control tracing and debug output without recompiling your code |
Cstack_frame | Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the call stack for the current thread |
Cstack_trace | Represents a stack trace, which is an ordered collection of one or more stack frames |
Cstopwatch | Provides a set of methods and properties that you can use to accurately measure elapsed time |
Cswitch_base | Provides an abstract base class to create new debugging and tracing switches |
Ctrace | Provides a set of methods and properties that help you debug the execution of your code. This class cannot be inherited |
Ctrace_event_cache | Provides trace event data specific to a thread and a process |
Ctrace_filter | Provides the base class for trace filter implementations |
Ctrace_listener | Provides the abstract base class for the listeners who monitor trace and debug output |
Ctrace_listener_collection | Represents a collection of xtd::diagnostics::trace_listener |
Ctrace_source | Provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source |
Ctrace_switch | Provides a multilevel switch to control tracing and debug output without recompiling your code |
►Ndrawing | The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functionality is provided in the xtd::drawing::drawing2d, xtd::drawing::imaging, and xtd::drawing::text namespaces |
►Ndrawing2d | The xtd::.drawing::drawing2d namespace provides advanced two-dimensional and vector graphics functionality |
Chatch_brush | Defines a rectangular xtd::drawing::brush with a hatch style, a foreground color, and a background color. This class cannot be inherited |
Clinear_gradient_brush | Encapsulates a xtd::drawing::brush with a linear gradient. This class cannot be inherited |
►Nimaging | The xtd.drawing.imaging namespace provides advanced GDI+ imaging functionality. Basic graphics functionality is provided by the xtd.drawing namespace |
Ccolor_palette | Defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors. Not inheritable |
Cframe_dimension | Provides properties that get the frame dimensions of an image. Not inheritable |
Cimage_format | Specifies the file format of the image. Not inheritable |
Cproperty_item | Encapsulates a metadata property to be included in an image file. Not inheritable |
►Ntext | The xtd::drawing::text namespace provides advanced GDI+ typography functionality |
Cfont_collection | Provides a base class for installed and private font collections |
Cinstalled_font_collection | Represents the fonts installed on the system. This class cannot be inherited |
Cprivate_font_collection | Provides a collection of font families built from font files that are provided by the client application |
Cbitmap | Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes. A bitmap is an object used to work with images defined by pixel data |
Cbrush | Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths |
Cbrushes | Brushes for all the standard colors. This class cannot be inherited |
Ccolor | Represents an ARGB (alpha, red, green, blue) color |
Ccolors | Colors for all the standard colors. This class cannot be inherited |
Cfont | Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited |
Cfont_family | Defines a group of type faces having a similar basic design and certain variations in styles. This class cannot be inherited |
Cgraphics | Defines an object used to draw lines and curves. This class cannot be inherited |
Cicon | Represents a Windows icon, which is a small bitmap image that is used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system |
►Cimage | An abstract base class that provides functionality for the bitmap and metafile descended classes |
Cdata | |
Cpen | Defines an object used to draw lines and curves. This class cannot be inherited |
Cpens | Pens for all the standard colors. This class cannot be inherited |
Cpoint | Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane |
Cpoint_f | Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane |
Crectangle | Stores a set of four integers that represent the location and size of a rectangle |
Crectangle_f | Stores a set of four floating-points that represent the location and size of a rectangle |
Csize | Stores an ordered pair of integers, which specify a height and width |
Csize_f | Stores an ordered pair of floating-point, which specify a height and width |
Csolid_brush | Defines a xtd::drawing::brush of a single color. Brushes are used to fill graphics shapes, such as rectangles, ellipses, pies, polygons, and paths. This class cannot be inherited |
Cstring_format | Encapsulates text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. This class cannot be inherited |
Csystem_brushes | Each property of the xtd::drawing::system_brushes class is a xtd::drawing::solid_brush that is the color of a Windows display element |
Csystem_colors | Each property of the xtd::drawing::system_colors class is a xtd::drawing::color structure that is the color of a Windows display element |
Csystem_fonts | Specifies the fonts used to display text in Windows display elements |
Csystem_icons | Each property of the xtd::drawing::system_icons class is an xtd::drawing::icon object for Windows system-wide icons. This class cannot be inherited |
Csystem_images | Each property of the xtd::drawing::system_images class is an xtd::drawing::image object for Windows system-wide images. This class cannot be inherited |
Csystem_pens | Each property of the xtd::drawing::system_pens class is a xtd::drawing::xtd::drawing::pen that is the color of a Windows display element and that has a width of 1 pixel |
Ctexture_brush | Each property of the xtd::drawing::texture_brush class is a xtd::drawing::brush object that uses an image to fill the interior of a shape. This class cannot be inherited |
►Nforms | The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system |
►Nlayout | The xtd::forms::layout namespace contains classes for implementing layout behaviors in your form or control |
►Carranged_element_collection | Represents a collection of objects |
Cvalue_type | Represents the value type of the collection |
Csorter_none | Represents a sorter none of objects |
►Nproperties | The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system |
Cresources | A strongly-typed resource class, for looking up localized strings, etc |
Cabout_box | Represents a dialog box that displays about box |
Cabout_dialog | Represents a dialog box that displays about dialog |
Canimation | Represents an animation control |
Canimation_updated_event_args | Provides data for the animation update event |
Capplication | Provides static methods and properties to manage an application, such as methods to start and stop an application, to process Windows messages, and methods to get information about an application. This class cannot be inherited |
Capplication_context | Specifies the contextual information about an application thread |
Capplication_informations | Specifies the application informations |
Cbackground_worker | Executes an operation on a separate thread |
Cbusy_box | Represents a dialog box that displays busy box |
Cbusy_dialog | Represents a dialog box that displays busy dialog |
Cbutton | Represents a Windows button control |
Cbutton_base | Implements the basic functionality common to button controls |
Cbutton_images | Provides a button images factories for use by a button control |
Cbutton_renderer | Provides button renderer methods |
Cbuttons | Provides a collection of button objects for use by a Windows Forms application |
Ccancel_event_args | Provides data for a cancelable event |
Ccheck_box | Represents a Windows check_box |
Ccheck_box_renderer | Provides check box renderer methods |
Ccheck_boxes | Provides a collection of check_box objects for use by a Windows Forms application |
►Cchecked_list_box | Displays a xtd::forms::list_box in which a check box is displayed to the left of each item |
Citem | Represent an item contained in the checked_list_box::object_collection collection |
Cchoice | Represents a choice control |
Ccollapsible_panel | Used to group collections of controls in a collapsible panel |
Ccolor_box | Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors |
Ccolor_dialog | Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors |
Ccolor_picker | Represents a picker control that displays available colors along with controls that enable the user to define custom colors |
Ccombo_box | Represents a Windows combo box control |
Ccommand_link_button | Represents a Windows command link button control |
Ccommon_dialog | Specifies the base class used for displaying dialog boxes on the screen |
Ccomponent | Provides the base implementation and enables object sharing between applications |
Cconst_control_ref_less | Represents less comparator for const const_control_ref |
Ccontainer_control | Provides focus-management functionality for controls that can function as a container for other controls |
Ccontext_menu | Represents a shortcut menu |
►Ccontrol | Defines the base class for controls, which are components with visual representation |
Casync_result_invoke | |
Ccontrol_collection | Represents a collection of controls |
Ccontrol_event_args | Provides data for the control_added and control_removed events |
Ccontrol_layout_style | Implements the basic functionality that represents the appearance and behavior of a control layout |
Ccontrol_paint | Provides methods used to paint common Windows controls and their elements. This class cannot be inherited |
Ccontrol_ref_less | Represents less comparator for control_ref |
Ccontrol_trace_listener | Directs tracing or debugging output to a icontrol_trace object |
Ccountries | Provides a collection of xtd::forms::country for all countries in the world. This class cannot be inherited |
Ccountry | Represent a country with name, alpha codes, numeric code, emoticon and flag |
Ccursor | Represents the image used to paint the mouse pointer |
Ccursors | Provides a collection of xtd::forms::cursor objects for use by a Windows Forms application |
Cdate_time_picker | Represents a picker control that displays available date time along with controls |
Cdebug_form | Represents a form that displays debug form. This class cannot be inherited |
Cdebug_message_box | Displays a dialog box and write debug |
Cdialog_closed_event_args | Provides data for a dialog closed event |
Cdo_work_event_args | Provides data for the do_work event handler |
►Cdomain_up_down | Represents a Windows spin box (also known as an up-down control) that displays string values |
Citem | Represent an item contained in the domain_up_down::object_collection collection |
Cdot_matrix_display | Represents a dot matrix display class |
Cemoticon | Represent a emoticon with name and codepoints |
Cemoticons | Provides a collection of xtd::forms:emoticon for all known emoticons. This class cannot be inherited |
Cenable_debug | Represent enable debug class |
Cexception_box | Represents a common dialog box that displays exception box |
Cexception_dialog | Represents a common dialog box that displays exception dialog |
Cfile_dialog | Displays a dialog box from which the user can select a file |
Cfixed_layout_panel | Used to group collections of fixed aligned controls |
Cflat_button_appearance | Provides properties that specify the appearance of xtd::forms::button controls whose xtd::forms::flat_style is xtd::forms::flat_style::flat |
Cflow_layout_panel | Used to group collections of fixed aligned controls |
Cfolder_browser_dialog | Prompts the user to select a folder. This class cannot be inherited |
Cfont_dialog | Prompts the user to choose a font from among those installed on the local computer |
Cfont_picker | Represents a picker control that displays available fonts along with controls |
Cform | Represents a window or dialog box that makes up an application's user interface |
Cform_button_images | Provides a form button images factories for use by a form control |
Cform_closed_event_args | Provides data for the form_closed event |
Cform_closing_event_args | Provides data for the form_closing event |
Cfourteen_segment_display | Represents a nine segment display class |
Cgroup_box | Represents a Windows control that displays a frame around a group of controls with an optional caption |
Ch_scroll_bar | Represents a standard Windows horizontal scroll bar |
Chelp_event_args | Provides data for the control_added and control_removed events |
Chorizontal_control_layout_style | Implements the basic functionality that represents the appearance and behavior of a control layout |
Chorizontal_layout_panel | Used to group collections of horizontally aligned controls |
Cibutton_control | Allows a control to act like a button on a form |
Cicontrol_trace | Allow a control to be called by control_trace_listener for writing debug or trace message |
Cimage_list | Provides methods to manage a collection of xtd::drawing::image objects. This class cannot be inherited |
Cimessage_filter | Defines a message filter interface |
Cinput_box | Represents a common dialog box that displays input box |
Cinput_dialog | Represents a common dialog box that displays input dialog |
Citem_check_event_args | Provides data for the item_check event of the checked_list_box and list_view controls |
Ciwin32_window | Provides an interface to expose Win32 HWND handles |
Ckey_event_args | Provides data for the key_down or key_up event |
Ckey_press_event_args | Provides data for the key_press event |
Clabel | Represents a standard Windows label |
Clcd_label | Represents a lcd label |
Clink | Represents a link within a xtd::forms::link_label control |
►Clink_label | Represents a Windows label control that can display hyperlinks |
Clink_collection | Represents a collection of controls |
Clink_label_clicked_event_args | Represents a Windows label control that can display hyperlinks |
Clist_box | Represents a standard Windows list box |
►Clist_control | Provides a common implementation of members for the list_box, choice and combo_box classes |
►Citem | Represent an item contained in the list_control::object_collection collection |
Csorter | Represent the sorter class used by list_control::object_collection collection |
Cloading_indicator | Represents a loading indicator control |
Cmain_menu | Represents the menu structure of a form |
Cmenu | Represents the base functionality for all menus. Although tool_strip_drop_down and tool_strip_drop_down_menu replace and add functionality to the menu control of previous versions, menu is retained for both backward compatibility and future use if you choose |
Cmenu_images | Provides a menu images factories for use by a menu control |
Cmenu_item | Represents an individual item that is displayed within a main_menu or context_menu |
Cmessage | Implements a Windows message |
Cmessage_box | Displays a message window, also known as a dialog box, which presents a message to the user. It is a modal window, blocking other actions in the application until the user closes it. A message_box can contain text, buttons, and symbols that inform and instruct the user |
Cmessage_dialog | Displays a message window, also known as a dialog box, which presents a message to the user. It is a modal window, blocking other actions in the application until the user closes it. A message_dialog can contain text, buttons, and symbols that inform and instruct the user |
Cmouse_event_args | Provides data for the xtd::forms::control::mouse_up, xtd::forms::control::mouse_down, and xtd::forms::control::mouse_move events |
Cnine_segment_display | Represents a nine segment display class |
Cnumeric_up_down | Represents a standard Windows numeric up down |
Copen_file_dialog | Displays a standard dialog box that prompts the user to open a file. This class cannot be inherited |
Cpadding | Represents a display device or multiple display devices on a single system |
Cpaint_event_args | Provides data for the paint event |
Cpanel | Used to group collections of controls |
Cpicture_box | Represents a standard Windows picture box |
Cprogress_bar | Represents a Windows progress bar control |
Cprogress_changed_event_args | Provides data for the do_work event handler |
Cprogress_dialog | Represents a common dialog box that displays progress dialog |
Cradio_button | Enables the user to select a single option from a group of choices when paired with other xtd::forms::radio_button controls |
Cradio_button_renderer | Provides radio button renderer methods |
Cradio_buttons | Provides a collection of radio_button objects for use by a Windows Forms application |
Crenderer | Provides control renderers methods |
Crun_worker_completed_event_args | Provides data for the do_work event handler |
Csave_file_dialog | Prompts the user to select a location for saving a file. This class cannot be inherited |
Cscreen | Represents a display device or multiple display devices on a single system |
Cscroll_bar | Represents a standard Windows scroll bar |
Cscrollable_control | Defines a base class for controls that support auto-scrolling behavior |
Csettings | Represent settings associate to the application |
Cseven_segment_display | Represents a seven segment display class |
Csixteen_segment_display | Represents a sixteen segment display class |
Csplit_container | Represents a control consisting of a movable bar that divides a container's display area into two resizable panels |
Csplitter | Represents a splitter control that enables the user to resize docked controls |
Csplitter_panel | Creates a panel that is associated with a split_container |
Cswitch_button | Represents a standard Windows switch button |
Cswitch_button_renderer | Provides switch button renderer methods |
Csystem_information | Provides information about the current system environment |
Csystem_texts | Provides a collection of string objects for use by a Windows Forms application |
Ctab_control | Manages a related set of tab pages |
Ctab_page | Represents a single tab page in a tab_control |
Ctable_layout_panel | Used to group collections of fixed aligned controls |
Ctext_box | Represents a standard Windows text box |
Ctext_box_base | Implements the basic functionality required by text controls |
Ctheme | |
Ctheme_base | |
Ctheme_colors | |
Ctheme_images | |
Ctheme_renderers | |
Ctimer | Implements a timer that raises an event at user-defined intervals. This timer is optimized for use in Windows Forms applications and must be used in a window |
Ctoggle_button | Represents a Windows toggle_button |
Ctoggle_buttons | Provides a collection of toggle_button objects for use by a Windows Forms application |
Ctool_bar_images | Provides a tool bar images factories for use by a tool_bar control |
Ctrace_form | Represents a form that displays trace form. This class cannot be inherited |
Ctrace_form_base | Represents a base form for debug_form and trace_form forms. This class cannot be instantiated |
Ctrace_message_box | Displays a dialog box and write trace |
Ctrack_bar | Represents a standard Windows track bar |
Cup_down_base | Implements the basic functionality required by a spin box (also known as an up-down control) |
Cup_down_button | Represents a standard Windows up down button |
Cuse_wait_cursor | Creates a use wait cursor class |
Cuser_control | Represents a standard Windows user control |
Cv_scroll_bar | Represents a standard Windows horizontal scroll bar |
Cvertical_control_layout_style | Implements the basic functionality that represents the appearance and behavior of a control layout |
Cvertical_layout_panel | Used to group collections of vertically aligned controls |
►Nio | The xtd::io namespace contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support |
Cdirectory_not_found_exception | The exception that is thrown when part of a file or directory cannot be found |
Cdrive_not_found_exception | The exception that is thrown when trying to access a drive or share that is not available |
Cend_of_stream_exception | The exception that is thrown when reading is attempted past the end of a stream |
Cfile | Provides static methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of std::fstream objects |
Cfile_format_exception | The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method |
Cfile_load_exception | The exception that is thrown when a managed assembly is found but cannot be loaded |
Cfile_not_found_exception | The exception that is thrown when an attempt to access a file that does not exist on disk fails |
Cio_exception | The exception that is thrown when an I/O error occurs |
Cnull_text_reader | Represents a null text reader |
Cnull_text_writer | Represents a null text writer |
Cpath | Performs operations on std::basic_string instances that contain file or directory path information. These operations are performed in a cross-platform manner |
Cpath_too_long_exception | The exception that is thrown when a path or file name is longer than the system-defined maximum length |
Cstream_reader | Implements a xtd::io::text_reader that reads characters from a byte stream |
Cstream_writer | Implements a xtd::io::text_writer for writing characters to a stream |
Cstring_reader | Implements a xtd::io::text_reader that reads from a string |
Cstring_writer | Implements a xtd::io::text_writer for writing characters to a string |
Csynchronized_text_reader | Represents a synchronized text reader |
Csynchronized_text_writer | Represents a synchronized text writer |
Ctext_reader | Represents a reader that can read a sequential series of characters |
Ctext_writer | Represents a writer that can write a sequential series of characters |
►Nmedia | The xtd::media namespace contains classes for playing sound files and accessing sounds provided by the system |
Csystem_sound | Represents a system sound type |
Csystem_sounds | Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited |
►Nnet | The xtd::net namespace provides a simple programming interface for many of the protocols used on networks today. The xtd::net::web_request and xtd::net::web_response classes form the basis of what are called pluggable protocols, an implementation of network services that enables you to develop applications that use Internet resources without worrying about the specific details of the individual protocols |
►Nsockets | The xtd::net::sockets namespace provides a managed implementation of the Berkeley Sockets interface for developers who need to tightly control access to the network |
Cip_packet_information | Gets the network interface information that is associated with a call to xtd::net::sockets::socket::receive_message_from or xtd::net::sockets::socket::end_receive_message_from |
Cip_v6_multicast_option | Contains option values for joining an IPv6 multicast group |
Clinger_option | Specifies whether a xtd::net::sockets::socket will remain connected after a call to the xtd::net::sockets::socket::close or xtd::net::sockets::tcp_client::close methods and the length of time it will remain connected, if data remains to be sent |
Cmulticast_option | Contains IPAddress values used to join and drop multicast groups |
Cnetwork_stream | Provides the underlying stream of data for network access |
Csend_packets_element | Represents an element in a xtd::net::sockets::send_packets_element array |
Csocket | Implements the Berkeley sockets interface |
Csocket_async_event_args | Represents an asynchronous socket operation |
Csocket_exception | The exception that is thrown when a socket error occurs |
Csocket_information | Encapsulates the information that is necessary to duplicate a xtd::net::sockets::socket |
Ctcp_client | Provides client connections for TCP network services |
Ctcp_listener | Listens for connections from TCP network clients |
Cudp_client | Provides User Datagram Protocol (UDP) network services |
Ccookie_exception | The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container |
Cdns | Provides simple domain name resolution functionality |
Cdns_end_point | Represents a network endpoint as a host name or a string representation of an IP address and a port number |
Cend_point | Identifies a network address. This is an abstract class |
Cip_address | Provides an Internet Protocol (IP) address |
Cip_end_point | Represents a network endpoint as an IP address and a port number |
Cip_host_entry | Provides a container class for Internet host address information |
Cnetwork_credential | Provides credentials for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication |
Cprotocol_violation_exception | The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container |
Csocket_address | Stores serialized information from end_point derived classes |
Cweb_exception | The exception that is thrown when an error is made adding a xtd::net::cookie to a xtd::net::cookie_container |
►Nsecurity | Provides the underlying structure of the common language runtime security system, including base classes for permissions |
Csecure_string | Represents text that should be kept confidential, such as by deleting it from computer memory when no longer needed. This class cannot be inherited |
►Ntunit | The tunit namespace contains a unit test library |
Cabort_error | Exception thow when abort |
Cassert | Collection of static methods that implement the most common assertions used in xtd::tUnit |
Cassert_error | Exception thow when an assertion failed |
Cassume | Collection of static methods that implement the most common assertions used in xtd::tUnit |
Cbase_assert | The base class for assert |
Cclass_cleanup_attribute | This attribute is use to add cleanup class method to class test attribute |
Cclass_event_args | Provides data for the xtd::tunit::class_test events |
Cclass_initialize_attribute | This attribute is use to add initialize class method to class test attribute |
Ccollection_assert | Collection of static methods that implement the most collection assertions used in xtd::tUnit |
Ccollection_assume | Collection of static methods that implement the most collection assertions used in xtd::tUnit |
Ccollection_valid | Collection of static methods that implement the most collection assertions used in xtd::tUnit |
Cconsole_unit_test | Console unit test interface |
Cdirectory_assert | Collection of static methods that implement the most directory assertions used in xtd::tUnit |
Cdirectory_assume | Collection of static methods that implement the most directory assertions used in xtd::tUnit |
Cdirectory_valid | Collection of static methods that implement the most directory assertions used in xtd::tUnit |
Cevent_listener | Represent the event listener class. Unit test call theses events when unit tests are processing |
Cfile_assert | Collection of static methods that implement the most file assertions used in xtd::tUnit |
Cfile_assume | Collection of static methods that implement the most file assertions used in xtd::tUnit |
Cfile_valid | Collection of static methods that implement the most file assertions used in xtd::tUnit |
Cignore_error | Exception to be thrown when something is ignored |
Costream_event_listener | The ostream_unit_test class is a specialisation of event_listener class for writing events in std::ostream |
Costream_unit_test | Ostream unit test interface |
Cregistered_test_class | Represents the registered test class |
Csettings | Xtd.tunit settings |
Cstring_assert | Collection of static methods that implement the most string assertions used in xtd::tUnit |
Cstring_assume | Collection of static methods that implement the most string assertions used in xtd::tUnit |
Cstring_valid | Collection of static methods that implement the most string assertions used in xtd::tUnit |
Ctest | |
Ctest_class | |
Ctest_class_attribute | |
Ctest_cleanup_attribute | |
Ctest_event_args | Provides data for the xtd::tunit::test events |
Ctest_initialize_attribute | |
Ctest_method_attribute | |
Ctunit_event_args | Tunit_event_args is the base class for classes containing event data |
Cunit_test | The template class |
Cvalid | Collection of static methods that implement the most common assertions used in xtd::tUnit |
►Nweb | Contains classes and interfaces that enable browser-server communication. This namespace includes the http_request class, which provides extensive information about the current HTTP request; the http_response class, which manages HTTP output to the client; and the http_server_utility class, which provides access to server-side utilities and processes. xtd::web also includes classes for cookie manipulation, file transfer, exception information, and output cache control |
►Ncss | |
Ccss_reader | |
Ccss_writer | |
Cproperty | |
Cselector | |
Cargument_exception | The exception that is thrown when one of the arguments provided to a method is not valid |
Cargument_null_exception | The exception that is thrown when one of the arguments provided to a method is null |
Cargument_out_of_range_exception | The exception that is thrown when one of the arguments provided to a method is out of range |
Carithmetic_exception | The exception that is thrown for errors in an arithmetic, casting, or conversion operation |
Cbackground_color | Represent background color output manipulator class |
Cbeep | Represent beep output manipulator class |
Cbit_converter | Converts base data types to an std::vector of bytes, and an std::vector of bytes to base data types |
Ccompiler | Represents information about c++ libraries, such as the version and standard identifier. This class cannot be inherited |
Cconsole | Represents the standard input, output, and error streams for console applications |
Cconsole_cancel_event_args | Provides data for the console::cancel_key_press event. This class cannot be inherited |
Cconsole_key_info | Specifies the standard keys on a console |
Cconst_overload | Represents class that use to determine one of const overloaded methods |
Cconvert | Represents API to convert base type code |
Cconvert_pointer | Represents API to convert pointers |
Cconvert_string | Represents API to convert string containers |
Ccpp_language | Represents information about c++ libraries, such as the version and language identifier. This class cannot be inherited |
Cdate_times | |
Cdebugstreambuf | Provides an std::stringbuf for xtd::diagnostics::debug |
Cdelegate< result_t()> | Represents a delegate, which is a data structure that refers to a static method or to a class instance && an instance method of that class |
Cdelegate< result_t(arguments_t...)> | Represents a delegate, which is a data structure that refers to a static method or to a class instance && an instance method of that class |
Cdivided_by_zero_exception | The exception that is thrown when there is an attempt to divide an integral or decimal value by zero |
Cdomain_exception | The exception that is thrown for errors in domain. That is, situations where the inputs are outside of the domain on which an operation is defined. |
Cenvironment | The environment class |
Cevent | Represents an event |
Cevent_args | Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data |
Cforeground_color | Represent foreground color output manipulator class |
Cformat_exception | The exception that is thrown when the format of an argument does not meet the parameter specifications of the invoked method |
Cguid | Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated |
Ciasync_result | Represents the status of an asynchronous operation |
Cicomparable | Defines a generalized comparison method that a value type or class implements to create a type-specific comparison method |
Ciequatable | Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances |
Cindex_out_of_range_exception | The exception that is thrown when an attempt is made to access an element of an array with an index that is outside the bounds of the array |
Cinterface | Represent an interface class |
Cinvalid_cast_exception | The exception that is thrown for invalid casting or explicit conversion |
Cinvalid_operation_exception | The exception that is thrown when a method call is invalid for the object's current state |
Cinvalid_program_exception | The exception that is thrown when a program contains invalid metadata. Generally this indicates a bug in the compiler that generated the program |
Clength_exception | The exception that is thrown when an attempts to exceed implementation defined length limits for some object |
Cmath | Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions |
Cnon_const_overload | Represents class that use to determine one of non const overloaded methods |
Cnot_finite_number_exception | The exception that is thrown when a floating-point value is positive infinity, negative infinity, or Not-a-Number (NaN) |
Cnot_implemented_exception | The exception that is thrown when a requested method or operation is not implemented |
Cnot_supported_exception | The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality |
Cnull_pointer_exception | The exception that is thrown when there is an attempt to dereference a null object pointer |
Cobject | 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 |
Cobject_closed_exception | The exception that is thrown when one of the arguments provided to a method is not valid |
Coperating_system | Represents information about an operating system, such as the version and platform identifier. This class cannot be inherited |
Coperation_canceled_exception | The exception that is thrown in a thread upon cancellation of an operation that the thread was executing |
Coverflow_exception | The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an overflow |
Coverload | Represents class that use to determine one of const and non const overloaded methods |
Cplatform_not_supported_exception | The exception that is thrown when a feature does not run on a particular platform |
Cprocessor | Represents information about a processor, such as the architecture. This class cannot be inherited |
Crandom | Represents a pseudo-random number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness |
Creset_color | Represent reset color output manipulator class |
Cstatic_object | Represent a static object. A static class can't be instantiated (constructors are deleted) |
Csystem_exception | Defines the base class for predefined exceptions in the xtd namespace |
►Csystem_report | Provides system report about the current system environment |
Cxtd_library | Represents a xtd library that contains name, version and paths |
Ctime_out_exception | The exception that is thrown when the time allotted for a process or operation has expired |
Ctracestreambuf | Provides an std::stringbuf for xtd::diagnostics::trace |
Ctranslator | Represents translator class. This class cannot be inherited |
Cunderflow_exception | The exception that is thrown when an arithmetic, casting, or conversion operation in a checked context results in an underflow |
Custring | Represents text as a sequence of UTF-8 code units |
Cversion | Represents the version number of an assembly, operating system, or the xtd. This class cannot be inherited |
Cxml_syntax_exception | The exception that is thrown when there is a syntax error in XML parsing |