|
pars 0.2.1
|
#include <value.h>


Public Types | |
| using | parent = clev::value<nng_t> |
| using | nng_type = parent::value_type |
Public Types inherited from clev::value< nng_t > | |
| using | value_type |
Public Member Functions | |
options setters | |
| clev::expected< void > | set_recv_timeout (nng_duration d) noexcept |
| clev::expected< void > | set_send_timeout (nng_duration d) noexcept |
| clev::expected< void > | set_req_resend_time (nng_duration d) noexcept |
| clev::expected< void > | set_req_resend_tick (nng_duration d) noexcept |
Public Member Functions inherited from clev::value< nng_t > | |
| value (value_type v) noexcept | |
| value () noexcept | |
| operator value_type () noexcept | |
| operator const value_type () const noexcept | |
| value_type | release () noexcept |
| operator bool () const noexcept | |
| value (value_type v) noexcept | |
| value () noexcept | |
| operator value_type () noexcept | |
| operator const value_type () const noexcept | |
| value_type | release () noexcept |
| operator bool () const noexcept | |
Static Public Member Functions | |
| static bool | is_valid (nng_type v) noexcept |
options getters | |
| clev::expected< const char * > | get_sock_name () const noexcept |
| clev::expected< nng_duration > | get_recv_timeout () const noexcept |
| clev::expected< nng_duration > | get_send_timeout () const noexcept |
| clev::expected< nng_duration > | get_req_resend_time () const noexcept |
| clev::expected< nng_duration > | get_req_resend_tick () const noexcept |
Additional Inherited Members | |
Protected Attributes inherited from clev::value< nng_t > | |
| value_type | v |
| value_type | v |
| using nngxx::value< nng_t >::nng_type = parent::value_type |
| using nngxx::value< nng_t >::parent = clev::value<nng_t> |
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |
|
inlinestaticnodiscardnoexcept |
Definition at line 53 of file value.h.
References clev::value< nng_t >::v.
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |
|
inlinenodiscardnoexcept |