FairMQ/fairmq/nanomsg
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
..
FairMQMessageNN.cxx Transports: use transportType as static member. 2017-03-14 17:51:26 +01:00
FairMQMessageNN.h Transports: use transportType as static member. 2017-03-14 17:51:26 +01:00
FairMQPollerNN.cxx FairMQChannel: API to access socket metrics; make fSocket private. 2017-03-14 17:51:26 +01:00
FairMQPollerNN.h Enable new callback API 2016-09-30 14:36:35 +02:00
FairMQSocketNN.cxx Fix CID 169522 Unchecked return value 2017-05-17 18:45:15 +02:00
FairMQSocketNN.h Refactor the transport interface 2017-04-20 11:07:49 +02:00
FairMQTransportFactoryNN.cxx refactor to more idiomatic RAII 2017-05-18 20:01:44 +02:00
FairMQTransportFactoryNN.h refactor to more idiomatic RAII 2017-05-18 20:01:44 +02:00