Support Class Library
A set of tools providing classes and utility
Classes | Namespaces | Macros
Version.h File Reference
#include <scl/macros.h>
#include <scl/utils/toString.h>

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}
 

Macro Definition Documentation

◆ DEF_VERSION

#define DEF_VERSION (   name,
  str,
  nb 
)    const Version Version::name{str, nb}

Definition at line 97 of file Version.h.

◆ VERSION

#define VERSION (   name)    static const Version name

Definition at line 89 of file Version.h.