Skip to content

proxy functions should take C++ classes #63

@gdfast

Description

@gdfast

Currently, the implementations of the proxy() and proxy_steerable() functions take void * arguments just like the C ZMQ API instead of these cppzmq classes (like zmq::socket_t for sockets instead of void *).

cppzmq ought to do the appropriate accessing/casting work in the proxy functions instead of the caller.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions