Contains enum_ and enum_ut_ keywords.
uri_partial
Defines the parts of a URI for the xtd::uri::get_left_part method.
Definition uri_partial.h:15
std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:22
@ query
The xtd::uri::query data.
@ scheme
The xtd::uri::scheme data.
@ path
The xtd::uri::local_path data.
@ query
The scheme, authority, path, and query segments of the URI.
@ scheme
The scheme segment of the URI.
@ authority
The scheme and authority segments of the URI.
@ path
The scheme, authority, and path segments of the URI.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:38