Public Member Functions | |
t_nobuf (ThrTree aThrTree) | |
const string & | what (void) const |
template<class RangeT> | |
void | operator() (RangeT aRng, VecDataT &aVecDatRef) |
rpa::thr_nb_t | thrs (void) const |
Number of threads. | |
Private Attributes | |
string | _what |
ThrTree | _ThrTree |
void t_nobuf< ThrTree >::operator() | ( | RangeT | aRng, | |
VecDataT & | aVecDatRef | |||
) | [inline] |
We pass the output argument as a reference because it avoids a useless and slow vector copy.
rpa::thr_nb_t t_nobuf< ThrTree >::thrs | ( | void | ) | const [inline] |
Number of threads.
const string& t_nobuf< ThrTree >::what | ( | void | ) | const [inline] |