EHS
Loading...
Searching...
No Matches
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
static Str_8 Encode(const Str_8 &in)
Definition URI.cpp:10
static Str_8 Decode(const Str_8 &in)
Definition URI.cpp:33
Definition Anchor.h:6
Str< Char_8, UInt_64 > Str_8
Definition Str.h:1902