EHS
URI.h
Go to the documentation of this file.
1#pragma once
2
3#include "EHS.h"
4#include "Str.h"
5
6namespace ehs
7{
8 class EHS_LIB_IO URI
9 {
10 public:
14 static Str_8 Encode(const Str_8& in);
15
19 static Str_8 Decode(const Str_8& in);
20 };
21}
Definition: URI.h:9
Definition: Anchor.h:6