pars 0.2.1
Loading...
Searching...
No Matches
opt.h File Reference
#include <nng/nng.h>
#include <nng/protocol/reqrep0/req.h>
Include dependency graph for opt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nngxx::opt_to_nng_type< opt::sockname >
 
struct  nngxx::opt_to_nng_type< opt::recvtimeo >
 
struct  nngxx::opt_to_nng_type< opt::sendtimeo >
 
struct  nngxx::opt_to_nng_type< opt::req_resend_time >
 
struct  nngxx::opt_to_nng_type< opt::req_resend_tick >
 

Namespaces

namespace  nngxx
 

Typedefs

template<opt o>
using nngxx::opt_to_nng_type_t = opt_to_nng_type<o>::return_type
 

Enumerations

enum class  nngxx::opt {
  nngxx::sockname , nngxx::raw , nngxx::recvbuf , nngxx::sendbuf ,
  nngxx::recvfd , nngxx::sendfd , nngxx::recvtimeo , nngxx::sendtimeo ,
  nngxx::locaddr , nngxx::remaddr , nngxx::url , nngxx::maxttl ,
  nngxx::recvmaxsz , nngxx::reconnmint , nngxx::reconnmaxt , nngxx::peergid ,
  nngxx::peerpid , nngxx::peeruid , nngxx::peerzoneid , nngxx::req_resend_time ,
  nngxx::req_resend_tick
}
 
enum class  nngxx::opt_overload {
  nngxx::integer , nngxx::boolean , nngxx::string , nngxx::size ,
  nngxx::sockaddr , nngxx::duration , nngxx::uint64
}