Ada 2.7.8
Fast spec-compliant URL parser
Loading...
Searching...
No Matches
encoding_type.h
Go to the documentation of this file.
1
5#ifndef ADA_ENCODING_TYPE_H
6#define ADA_ENCODING_TYPE_H
7
8#include "ada/common_defs.h"
9#include <string>
10
11namespace ada {
12
19enum class encoding_type {
20 UTF8,
23};
24
29
30} // namespace ada
31
32#endif // ADA_ENCODING_TYPE_H
Common definitions for cross-platform compiler support.
#define ada_warn_unused
Definition common_defs.h:88
Definition ada_idna.h:13
ada_warn_unused std::string to_string(encoding_type type)
encoding_type