|
bool | myra::operator< (JobID a, uint64_t b) |
| Comparison operator, so a JobID can be compared against JobGraph.size()
|
|
bool | myra::operator> (JobID a, uint64_t b) |
|
bool | myra::operator<= (JobID a, uint64_t b) |
|
bool | myra::operator>= (JobID a, uint64_t b) |
|
bool | myra::operator== (JobID a, uint64_t b) |
|
bool | myra::operator!= (JobID a, uint64_t b) |
|
std::ostream & | myra::operator<< (std::ostream &out, JobID j) |
| Pretty-printing JobID's.
|
|
template<int N> |
uint64_t | myra::product (const Pack< int, N > &p) |
| Returns the product of all entries of a Pack<int,N>
|
|
JobID | myra::operator+ (JobID j, uint64_t offset) |
| Adds/subtracts an offset to a JobID.
|
|
JobID | myra::operator- (JobID j, uint64_t offset) |
|
|
bool | myra::operator< (JobID a, JobID b) |
| Comparison operators, so JobID's can be held in std::map's and std::set's.
|
|
bool | myra::operator> (JobID a, JobID b) |
| Comparison operators, so JobID's can be held in std::map's and std::set's.
|
|
bool | myra::operator<= (JobID a, JobID b) |
| Comparison operators, so JobID's can be held in std::map's and std::set's.
|
|
bool | myra::operator>= (JobID a, JobID b) |
| Comparison operators, so JobID's can be held in std::map's and std::set's.
|
|
bool | myra::operator== (JobID a, JobID b) |
| Comparison operators, so JobID's can be held in std::map's and std::set's.
|
|
bool | myra::operator!= (JobID a, JobID b) |
| Comparison operators, so JobID's can be held in std::map's and std::set's.
|
|
Key type used to identify the Job's of a JobGraph.