|
Support Class Library
A set of tools providing classes and utility
|
#include <string>#include <scl/macros.h>#include <scl/http/Version.h>#include <scl/utils/Optional.h>#include <scl/alias/aliases.h>Go to the source code of this file.
Classes | |
| class | scl::http::StatusCode |
| struct | scl::utils::ToString< scl::http::StatusCode > |
Namespaces | |
| scl | |
| Global namespace of the SCL. | |
| scl::http | |
| Namespace for the HTTP components. | |
| scl::utils | |
| Utility classes (and rare functions) | |
Macros | |
| #define | CODE(name) static const StatusCode name |
| #define | DEF_CODE(name, shortInfo, code, msg) |
| #define CODE | ( | name | ) | static const StatusCode name |
Definition at line 117 of file StatusCode.h.
| #define DEF_CODE | ( | name, | |
| shortInfo, | |||
| code, | |||
| msg | |||
| ) |
Definition at line 286 of file StatusCode.h.
1.8.13