Module ZMQ
In: lib/ffi-rzmq/message.rb
lib/ffi-rzmq/poll.rb
lib/ffi-rzmq/exceptions.rb
lib/ffi-rzmq/poll_item.rb
lib/ffi-rzmq/poll_items.rb
lib/ffi-rzmq/util.rb
lib/ffi-rzmq/context.rb
lib/ffi-rzmq/version.rb
lib/ffi-rzmq/socket.rb
lib/ffi-rzmq/device.rb
lib/ffi-rzmq.rb

Methods

Classes and Modules

Class ZMQ::Context
Class ZMQ::ContextError
Class ZMQ::Device
Class ZMQ::ManagedMessage
Class ZMQ::Message
Class ZMQ::MessageError
Class ZMQ::NotSupportedError
Class ZMQ::PollItem
Class ZMQ::PollItems
Class ZMQ::Poller
Class ZMQ::Proxy
Class ZMQ::Socket
Class ZMQ::Util
Class ZMQ::ZeroMQError

Constants

VERSION = "2.0.7"

Public Class methods

Returns the library path for the module. If any arguments are given, they will be joined to the end of the libray path using File.join.

Returns the lpath for the module. If any arguments are given, they will be joined to the end of the path using File.join.

Utility method used to require all files ending in .rb that lie in the directory below this file that has the same name as the filename passed in. Optionally, a specific directory name can be passed in such that the filename does not have to be equivalent to the directory.

Returns the version string for the library.

[Validate]