libzmq
src
wss_address.hpp
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MPL-2.0 */
2
3
#ifndef __ZMQ_WSS_ADDRESS_HPP_INCLUDED__
4
#define __ZMQ_WSS_ADDRESS_HPP_INCLUDED__
5
6
#include "
ws_address.hpp
"
7
8
namespace
zmq
9
{
10
class
wss_address_t
:
public
ws_address_t
11
{
12
public
:
13
wss_address_t
();
14
wss_address_t
(
const
sockaddr *sa_, socklen_t sa_len_);
15
// The opposite to resolve()
16
int
to_string
(
std::string
&addr_)
const
;
17
};
18
}
19
20
#endif
zmq::wss_address_t::wss_address_t
wss_address_t()
Definition:
wss_address.cpp:9
zmq::wss_address_t
Definition:
wss_address.hpp:10
string
GLsizei const GLchar *const * string
Definition:
glcorearb.h:3083
zmq
Definition:
zmq.hpp:229
zmq::wss_address_t::to_string
int to_string(std::string &addr_) const
Definition:
wss_address.cpp:18
zmq::ws_address_t
Definition:
ws_address.hpp:15
ws_address.hpp
libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:02