zeromq4-haskell-0.8.0: Bindings to ZeroMQ 4.x
Safe HaskellNone
LanguageHaskell98

System.ZMQ4.Internal.Base

Description

Warning: This is an internal module and subject to change without notice.

Documentation

newtype ZMQMsg Source #

Constructors

ZMQMsg 

Fields

Instances

Instances details
Storable ZMQMsg Source # 
Instance details

Defined in System.ZMQ4.Internal.Base

Eq ZMQMsg Source # 
Instance details

Defined in System.ZMQ4.Internal.Base

Methods

(==) :: ZMQMsg -> ZMQMsg -> Bool #

(/=) :: ZMQMsg -> ZMQMsg -> Bool #

Ord ZMQMsg Source # 
Instance details

Defined in System.ZMQ4.Internal.Base

data ZMQPoll Source #

Constructors

ZMQPoll 

Fields

Instances

Instances details
Storable ZMQPoll Source # 
Instance details

Defined in System.ZMQ4.Internal.Base

type ZMQCtx = Ptr () Source #

type ZMQSocket = Ptr () Source #

newtype ZMQOption Source #

Constructors

ZMQOption 

Fields

data ZMQEvent Source #

Constructors

ZMQEvent 

newtype ZMQFlag Source #

Constructors

ZMQFlag 

Fields

Instances

Instances details
Eq ZMQFlag Source # 
Instance details

Defined in System.ZMQ4.Internal.Base

Methods

(==) :: ZMQFlag -> ZMQFlag -> Bool #

(/=) :: ZMQFlag -> ZMQFlag -> Bool #

Ord ZMQFlag Source # 
Instance details

Defined in System.ZMQ4.Internal.Base