#include <backend.h>
Definition at line 41 of file backend.h.
◆ backend()
Definition at line 44 of file backend.h.
45 : rep_m{h, r}
46 {
47 }
◆ connect()
| void pars::comp::backend::connect |
( |
const connect_p & | params | ) |
|
|
inline |
◆ format_to()
| auto pars::comp::backend::format_to |
( |
std::format_context & | ctx | ) |
const -> decltype(ctx.out())
|
|
inline |
Definition at line 77 of file backend.h.
78 {
79 return std::format_to(
ctx.out(),
"[rep:{}]", rep_m.sock());
80 }
◆ graceful_terminate()
| void pars::comp::backend::graceful_terminate |
( |
| ) |
|
|
inline |
◆ init()
| void pars::comp::backend::init |
( |
const init_p & | params | ) |
|
|
inline |
◆ rep()
The documentation for this class was generated from the following file:
- /home/runner/work/pars-cxx/pars-cxx/lib/include/pars/comp/backend.h