Contains enum_ and enum_ut_ keywords.
std::vector< std::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.hpp:24
uri_partial
Defines the parts of a URI for the xtd::uri::get_left_part method.
Definition uri_partial.hpp:15
@ query
The xtd::uri::query data.
Definition uri_components.hpp:29
@ scheme
The xtd::uri::scheme data.
Definition uri_components.hpp:19
@ path
The xtd::uri::local_path data.
Definition uri_components.hpp:27
@ query
The scheme, authority, path, and query segments of the URI.
Definition uri_partial.hpp:23
@ scheme
The scheme segment of the URI.
Definition uri_partial.hpp:17
@ authority
The scheme and authority segments of the URI.
Definition uri_partial.hpp:19
@ path
The scheme, authority, and path segments of the URI.
Definition uri_partial.hpp:21
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38