Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
bad22425
Commit
bad22425
authored
Dec 18, 2009
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor errors in zmq_cpp man page fixed
parent
d50c7daf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
zmq_cpp.7
man/man7/zmq_cpp.7
+6
-6
No files found.
man/man7/zmq_cpp.7
View file @
bad22425
...
...
@@ -41,10 +41,10 @@ This class encapsulates
.IR zmq_msg_t
structure and all the C functions that deal with 0MQ messages.
Constructors of the class invoke corresponding initialisation functions (
.BR zmq_init(3) ,
.BR zmq_init_size(3)
.BR zmq_
msg_
init(3) ,
.BR zmq_
msg_
init_size(3)
and
.BR zmq_init_data(3) ,
.BR zmq_
msg_
init_data(3) ,
while destructor invokes
.BR zmq_msg_close(3)
function.
...
...
@@ -61,10 +61,10 @@ C++ provides an additional function not avialable with C API.
is equivalent to calling
.BR zmq_close(3)
followed by
.BR zmq_init(3) ,
.BR zmq_init_size (3)
.BR zmq_
msg_
init(3) ,
.BR zmq_
msg_
init_size (3)
or
.BR zmq_init_data(3) .
.BR zmq_
msg_
init_data(3) .
It provides a way to reuse existing
.IR zmq::message_t
instances to store different message content.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment