Overview Tutorial API reference Examples Build Download ZmqMessage 0.1 - 21 Oct 2011

include/ZmqMessageFwd.hpp

Go to the documentation of this file.
00001 
00010 #ifndef ZMQMESSAGE_ZMQMESSAGEFWD_HPP_
00011 #define ZMQMESSAGE_ZMQMESSAGEFWD_HPP_
00012 
00013 namespace ZmqMessage
00014 {
00015 
00016   class SimpleRouting;
00017 
00018   class XRouting;
00019 
00020   class Multipart;
00021 
00022   template <class RoutingPolicy>
00023   class Incoming;
00024 
00025   struct OutOptions;
00026 
00027   class Sink;
00028 
00029   template <class RoutingPolicy>
00030   class Outgoing;
00031 
00032 }
00033 
00034 #endif /* ZMQMESSAGE_ZMQMESSAGEFWD_HPP_ */

ZmqMessage 0.1 — open source software, support@zmqmessage.org