summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/network/uri/detail/uri_advance_parts.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/network/uri/detail/uri_advance_parts.hpp')
-rw-r--r--graphics/asymptote/LspCpp/network/uri/detail/uri_advance_parts.hpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/network/uri/detail/uri_advance_parts.hpp b/graphics/asymptote/LspCpp/network/uri/detail/uri_advance_parts.hpp
new file mode 100644
index 0000000000..4d9fd76768
--- /dev/null
+++ b/graphics/asymptote/LspCpp/network/uri/detail/uri_advance_parts.hpp
@@ -0,0 +1,21 @@
+// Copyright 2013-2016 Glyn Matthews.
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef NETWORK_DETAIL_URI_ADVANCE_INC
+#define NETWORK_DETAIL_URI_ADVANCE_INC
+
+#include <network/uri/detail/uri_parts.hpp>
+
+namespace network {
+namespace detail {
+uri_part copy_part(const std::string &part,
+ string_view::const_iterator &it);
+
+void advance_parts(string_view uri_view, uri_parts &parts,
+ const uri_parts &existing_parts);
+} // namespace detail
+} // namespace network
+
+#endif // NETWORK_DETAIL_URI_ADVANCE_INC