#include <function-additor.hh>
|
| boost::function< void()> | f |
| |
| unsigned int | i |
| |
◆ FunctionMultiplier()
| Scroom::Detail::ThreadPool::FunctionMultiplier::FunctionMultiplier |
( |
boost::function< void()> |
f_, |
|
|
unsigned int |
i_ |
|
) |
| |
43{
44}
unsigned int i
Definition function-additor.hh:34
boost::function< void()> f
Definition function-additor.hh:33
◆ operator()()
| void Scroom::Detail::ThreadPool::FunctionMultiplier::operator() |
( |
| ) |
|
53{
54 for(
unsigned int c = 0;
c <
i;
c++)
55 {
57 }
58}
◆ operator*()
| boost::function<void()> Scroom::Detail::ThreadPool::FunctionMultiplier::f |
|
private |
| unsigned int Scroom::Detail::ThreadPool::FunctionMultiplier::i |
|
private |
The documentation for this class was generated from the following files: