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

include/ZmqMessageImpl.hpp

Go to the documentation of this file.
00001 
00013 #ifndef ZMQMESSAGEIMPL_HPP_
00014 #define ZMQMESSAGEIMPL_HPP_
00015 
00016 #include "ZmqMessage.hpp"
00017 #include "ZmqTools.hpp"
00018 
00019 #include "zmqmessage/ZmqMessageFullImpl.hpp"
00020 #include "zmqmessage/ZmqToolsFullImpl.hpp"
00021 
00022 namespace ZmqMessage
00023 {
00024   //explicit template instantiations - it brings the code
00025   template class Incoming<SimpleRouting>;
00026   template class Incoming<XRouting>;
00027   template class Outgoing<SimpleRouting>;
00028   template class Outgoing<XRouting>;
00029 
00030   namespace Private
00031   {
00032     template<> const int TypeCheck<
00033       MessageFormatError, NoSuchPartError, ZmqErrorType>::value = 1;
00034   }
00035 }
00036 
00037 #endif /* ZMQMESSAGEIMPL_HPP_ */

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