| Overview Tutorial API reference Examples Build Download | ZmqMessage 0.1 - 21 Oct 2011 |
#include <pthread.h>#include <vector>#include <zmq.hpp>#include "ZmqMessage.hpp"Classes | |
| struct | SomeData |
| struct | SomeBinaryData |
Functions | |
| zmq::context_t | ctx (1) |
| template<class charT, class traits> | |
| std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &strm, const SomeData &d) |
| template<class charT, class traits> | |
| std::basic_istream< charT, traits > & | operator>> (std::basic_istream< charT, traits > &strm, SomeData &d) |
| void * | receiver (void *) |
| int | main (int, char **) |
Variables | |
| const char * | endpoint = "inproc://transport" |
| const char * | to_worker_fields [] = {"text", "structure", "numeric"} |
| zmq::context_t ctx | ( | 1 | ) |
| int main | ( | int | , | |
| char ** | ||||
| ) |
| std::basic_ostream<charT, traits>& operator<< | ( | std::basic_ostream< charT, traits > & | strm, | |
| const SomeData & | d | |||
| ) |
| std::basic_istream<charT, traits>& operator>> | ( | std::basic_istream< charT, traits > & | strm, | |
| SomeData & | d | |||
| ) |
| void* receiver | ( | void * | ) |
| const char* endpoint = "inproc://transport" |
| const char* to_worker_fields[] = {"text", "structure", "numeric"} |