Public Member Functions | |
| t_unbounded_noall (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 |
| t_unbounded_noall< ThrTree >::t_unbounded_noall | ( | ThrTree | aThrTree | ) | [inline] |
| void t_unbounded_noall< 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_unbounded_noall< ThrTree >::thrs | ( | void | ) | const [inline] |
Number of threads.
| const string& t_unbounded_noall< ThrTree >::what | ( | void | ) | const [inline] |
ThrTree t_unbounded_noall< ThrTree >::_ThrTree [private] |
string t_unbounded_noall< ThrTree >::_what [private] |
1.4.7