
Task view array. More...
#include <task.hh>
Protected Types | |
| typedef TaskViewTraits< TaskView >::Task | Task |
| The underlying task type. More... | |
Protected Attributes | |
| TaskArray< Task > & | t |
| Access to task array. More... | |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Char , class Traits , class TaskView > | |
| std::basic_ostream< Char, Traits > & | operator<< (std::basic_ostream< Char, Traits > &os, const TaskViewArray< TaskView > &t) |
| Print array elements enclosed in curly brackets. More... | |
Constructors and initialization | |
| TaskViewArray (TaskArray< Task > &t) | |
| Initialize from task array a. More... | |
Array information | |
| int | size (void) const |
| Return size of array (number of elements) More... | |
| void | size (int n) |
| Set size of array (number of elements) to n, must not be larger. More... | |
Array elements | |
| TaskView & | operator[] (int i) |
| Return task view at position i. More... | |
| const TaskView & | operator[] (int i) const |
| Return task view at position i. More... | |
Task view array.
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
related |
|
protected |