Public Member Functions | |
void | emplace (const char *endpoint_uri_, pipe_t *pipe_) |
void | erase_pipe (const pipe_t *pipe_) |
int | erase_pipes (const std::string &endpoint_uri_str_) |
Private Types | |
typedef std::multimap< std::string, pipe_t * > | map_t |
Private Attributes | |
map_t | _inprocs |
Definition at line 220 of file socket_base.hpp.
|
private |
Definition at line 228 of file socket_base.hpp.
void zmq::socket_base_t::inprocs_t::emplace | ( | const char * | endpoint_uri_, |
pipe_t * | pipe_ | ||
) |
Definition at line 83 of file socket_base.cpp.
void zmq::socket_base_t::inprocs_t::erase_pipe | ( | const pipe_t * | pipe_ | ) |
Definition at line 107 of file socket_base.cpp.
int zmq::socket_base_t::inprocs_t::erase_pipes | ( | const std::string & | endpoint_uri_str_ | ) |
Definition at line 89 of file socket_base.cpp.
|
private |
Definition at line 229 of file socket_base.hpp.