|
Scroom 0.14-48-ga0fee447
|
#include <scroom/function-additor.hh>
Functions | |
| Scroom::Detail::ThreadPool::FunctionAdditor | operator+ (boost::function< void()> const &f1, boost::function< void()> const &f2) |
| Scroom::Detail::ThreadPool::FunctionAdditor & | operator+ (boost::function< void()> const &f1, Scroom::Detail::ThreadPool::FunctionAdditor &f2) |
| Scroom::Detail::ThreadPool::FunctionMultiplier & | operator* (unsigned int i, Scroom::Detail::ThreadPool::FunctionMultiplier &m) |
| Scroom::Detail::ThreadPool::FunctionMultiplier | operator* (unsigned int i, boost::function< void()> const &f) |
| Scroom::Detail::ThreadPool::FunctionMultiplier | operator* (boost::function< void()> const &f, unsigned int i) |
| Scroom::Detail::ThreadPool::FunctionMultiplier operator* | ( | boost::function< void()> const & | f, |
| unsigned int | i | ||
| ) |
| Scroom::Detail::ThreadPool::FunctionMultiplier operator* | ( | unsigned int | i, |
| boost::function< void()> const & | f | ||
| ) |
| Scroom::Detail::ThreadPool::FunctionMultiplier & operator* | ( | unsigned int | i, |
| Scroom::Detail::ThreadPool::FunctionMultiplier & | m | ||
| ) |
| Scroom::Detail::ThreadPool::FunctionAdditor operator+ | ( | boost::function< void()> const & | f1, |
| boost::function< void()> const & | f2 | ||
| ) |
| Scroom::Detail::ThreadPool::FunctionAdditor & operator+ | ( | boost::function< void()> const & | f1, |
| Scroom::Detail::ThreadPool::FunctionAdditor & | f2 | ||
| ) |
