xtd 0.2.0
uri_partial.h File Reference
#include "enum.h"

Definition

Contains xtd::uri_partial enum.

Include dependency graph for uri_partial.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum  xtd::uri_partial {
  xtd::uri_partial::scheme = 0,
  xtd::uri_partial::authority = 1,
  xtd::uri_partial::path = 2,
  xtd::uri_partial::query = 3
}
 Defines the parts of a URI for the xtd::uri::get_left_part method. More...