#include <pipe.h>
Definition at line 42 of file pipe.h.
◆ pipe() [1/2]
| pars::net::pipe::pipe |
( |
| ) |
|
|
inline |
Definition at line 45 of file pipe.h.
46 : id_m{0}
47 , socket_id_m{0}
48 {
49 }
◆ pipe() [2/2]
Definition at line 51 of file pipe.h.
53 , id_m{pv.id()}
54 , socket_id_m{pv.get_socket().id()}
55 {
56 }
clev::iface< nng_pipe > pipe_view
◆ format_to()
| auto pars::net::pipe::format_to |
( |
std::format_context & | ctx | ) |
const -> decltype(ctx.out())
|
|
inline |
Definition at line 64 of file pipe.h.
65 {
66 return std::format_to(
ctx.out(),
"{}",
68 }
◆ id()
| int pars::net::pipe::id |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator bool()
| pars::net::pipe::operator bool |
( |
| ) |
|
|
inline |
Definition at line 62 of file pipe.h.
62{ return nngxx::pipe_view::operator bool(); }
◆ socket_id()
| int pars::net::pipe::socket_id |
( |
| ) |
const |
|
inline |
Definition at line 60 of file pipe.h.
60{ return socket_id_m; }
The documentation for this class was generated from the following file:
- /home/runner/work/pars-cxx/pars-cxx/lib/include/pars/net/pipe.h