FairMQ/fairmq/zeromq
Dennis Klein 3205e0c378 refactor to more idiomatic RAII
* FairMQTransportFactoryZMQ: move the config invariant
    initialization to ctor
  * FairMQChannel: add new ctor that creates usable channel
  * FairMQSocket*: close sockets in dtor
  * FairMQTransportFactory*: terminate context in dtor
  * FairMQChannel: add Bind/Connect facades (for explicit control, e.g. timing)
2017-05-18 20:01:44 +02:00
..
FairMQMessageZMQ.cxx Transports: use transportType as static member. 2017-03-14 17:51:26 +01:00
FairMQMessageZMQ.h Transports: use transportType as static member. 2017-03-14 17:51:26 +01:00
FairMQPollerZMQ.cxx FairMQChannel: API to access socket metrics; make fSocket private. 2017-03-14 17:51:26 +01:00
FairMQPollerZMQ.h Enable new callback API 2016-09-30 14:36:35 +02:00
FairMQSocketZMQ.cxx refactor to more idiomatic RAII 2017-05-18 20:01:44 +02:00
FairMQSocketZMQ.h Refactor the transport interface 2017-04-20 11:07:49 +02:00
FairMQTransportFactoryZMQ.cxx refactor to more idiomatic RAII 2017-05-18 20:01:44 +02:00
FairMQTransportFactoryZMQ.h refactor to more idiomatic RAII 2017-05-18 20:01:44 +02:00