|
Upa URL C++ library
A WHATWG URL Standard implementation
|
Go to the source code of this file.
Macros | |
| #define | UPA_URL_VERSION_MAJOR 2 |
| #define | UPA_URL_VERSION_MINOR 5 |
| #define | UPA_URL_VERSION_PATCH 0 |
| #define | UPA_URL_VERSION "2.5.0" |
| #define | UPA_MAKE_VERSION_NUM(n1, n2, n3) |
| Encode version to one number. | |
| #define | UPA_URL_VERSION_NUM |
| Version encoded to one number. | |
| #define UPA_MAKE_VERSION_NUM | ( | n1, | |
| n2, | |||
| n3 ) |
Encode version to one number.
Definition at line 18 of file url_version.h.
| #define UPA_URL_VERSION "2.5.0" |
Definition at line 15 of file url_version.h.
| #define UPA_URL_VERSION_MAJOR 2 |
Definition at line 11 of file url_version.h.
| #define UPA_URL_VERSION_MINOR 5 |
Definition at line 12 of file url_version.h.
| #define UPA_URL_VERSION_NUM |
Version encoded to one number.
Definition at line 21 of file url_version.h.
| #define UPA_URL_VERSION_PATCH 0 |
Definition at line 13 of file url_version.h.