

Go to the source code of this file.
Namespaces | |
| websocketpp | |
| Namespace for the WebSocket++ project. | |
| websocketpp::lib | |
| websocketpp::lib::net | |
Macros | |
| #define | TYP_INIT 0 |
| #define | TYP_SMLE 1 |
| #define | TYP_BIGE 2 |
Functions | |
| bool | websocketpp::lib::net::is_little_endian () |
| uint64_t | websocketpp::lib::net::_htonll (uint64_t src) |
| Convert 64 bit value to network byte order. More... | |
| uint64_t | websocketpp::lib::net::_ntohll (uint64_t src) |
| Convert 64 bit value to host byte order. More... | |
| #define TYP_INIT 0 |
Definition at line 51 of file network.hpp.
Referenced by websocketpp::lib::net::_htonll().
| #define TYP_SMLE 1 |
Definition at line 52 of file network.hpp.
Referenced by websocketpp::lib::net::_htonll().
| #define TYP_BIGE 2 |
Definition at line 53 of file network.hpp.
Referenced by websocketpp::lib::net::_htonll().