|
Scroom 0.14-49-gb7ae7a6d
|
#include <list>#include <boost/function.hpp>

Go to the source code of this file.
Classes | |
| class | Scroom::Detail::ThreadPool::FunctionAdditor |
| class | Scroom::Detail::ThreadPool::FunctionMultiplier |
Namespaces | |
| namespace | Scroom |
| namespace | Scroom::Detail |
| namespace | Scroom::Detail::ThreadPool |
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 | ||
| ) |
