|
Support Class Library
A set of tools providing classes and utility
|
Go to the source code of this file.
Classes | |
| class | scl::http::Version |
| A pseudo enum class that describes the version of the HTTP Protocol. More... | |
| struct | scl::utils::ToString< scl::http::Version, void > |
Namespaces | |
| scl | |
| Global namespace of the SCL. | |
| scl::http | |
| Namespace for the HTTP components. | |
| scl::utils | |
| Utility classes (and rare functions) | |
Macros | |
| #define | VERSION(name) static const Version name |
| #define | DEF_VERSION(name, str, nb) const Version Version::name{str, nb} |
| #define DEF_VERSION | ( | name, | |
| str, | |||
| nb | |||
| ) | const Version Version::name{str, nb} |
1.8.13