libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
command.hpp File Reference
#include "stdint.hpp"
Include dependency graph for command.hpp:

Go to the source code of this file.

Classes

union  args_t
 
union  zmq::command_t::args_t
 
struct  zmq::command_t
 

Namespaces

 zmq
 

Enumerations

enum  type_t {
  stop, plug, own, attach,
  bind, activate_read, activate_write, hiccup,
  pipe_term, pipe_term_ack, term_req, term,
  term_ack, reap, reaped, inproc_connected,
  done
}
 

Functions

struct zmq::command_t zmq::__attribute__ ((aligned(64)))
 

Variables

union args_t args
 
zmq::object_tdestination
 
enum type_t type
 

Enumeration Type Documentation

enum type_t
Enumerator
stop 
plug 
own 
attach 
bind 
activate_read 
activate_write 
hiccup 
pipe_term 
pipe_term_ack 
term_req 
term 
term_ack 
reap 
reaped 
inproc_connected 
done 

Definition at line 78 of file command.hpp.

Variable Documentation

union args_t args
zmq::object_t* destination

Definition at line 76 of file command.hpp.

enum type_t type