2011-04-06から1日間の記事一覧

CRTPでPollingスレッド

polling_base.hpp #ifndef HWM_POLLING_BASE_HPP #define HWM_POLLING_BASE_HPP //! @file //! do processing every specifiec time. #include <boost/bind.hpp> #include <boost/thread.hpp> template< typename Derived, typename TimeDuration = boost::posix_time::time_duration > class p</boost/thread.hpp></boost/bind.hpp>…

Rangeの勉強その3

翻訳の続き 3 Rangeの基盤の基本 (Part1)typetraitsと独立関数からなるlibraryの基本要素について. * rangeの概念 * synopsis(1) * specification(1) 3.1 Rangeの概念このセクションではrangeの概念(concepts)を紹介する. rangeの概念は2つの構成要素からな…