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

Definition

Contains xtd::uri_kind enum.

Include dependency graph for uri_kind.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_kind {
  xtd::uri_kind::relative_or_absolute = 0,
  xtd::uri_kind::absolute = 1,
  xtd::uri_kind::relative = 2
}
 Defines the kinds of Uris for the xtd::uri::is_well_formed_uri_string and several xtd::uri methods. More...