#include <synchro.h>
Inheritance diagram for rpa::thread_tree_base< ThrIter >:

Public Types | |
| typedef std::iterator_traits< ThrIter >::value_type | iter_thread_type |
| typedef ThrIter | iterator |
Public Member Functions | |
| iterator | subs (void) const |
| Returns the beginning of the available sub-threads. | |
| thread_tree_base (thr_nb_t aNb, ThrIter aBegin) | |
Private Attributes | |
| ThrIter | _subs |
| This is the begin iterator on a number of threads. | |
| typedef std::iterator_traits< ThrIter >::value_type rpa::thread_tree_base< ThrIter >::iter_thread_type |
| typedef ThrIter rpa::thread_tree_base< ThrIter >::iterator |
| rpa::thread_tree_base< ThrIter >::thread_tree_base | ( | thr_nb_t | aNb, | |
| ThrIter | aBegin | |||
| ) | [inline] |
| iterator rpa::thread_tree_base< ThrIter >::subs | ( | void | ) | const [inline] |
Returns the beginning of the available sub-threads.
ThrIter rpa::thread_tree_base< ThrIter >::_subs [private] |
This is the begin iterator on a number of threads.
1.4.7