drmaa_viter (3) - Linux Manuals

NAME

Vector iteration functions. -

The drmaa_get_next_X() functions SHALL store up to value_len bytes of the next attribute name / attribute value / job identifier from the values opaque string vector in the value buffer. The drmaa_get_next_X() functions SHALL store up to value_len bytes of the next attribute name / attribute value / job identifier from the values opaque string vector in the value buffer.

The opaque string vector's internal iterator SHALL then be moved forward to the next entry. If there are no more values those functions return DRMAA_ERRNO_INVALID_ARGUMENT (but this is outside DRMAA specification).

The drmaa_get_num_X() functions SHALL store the number of elements in the space provided by size.

The drmaa_release_X() functions free the memory used by the values opaque string vector. All memory used by strings contained therein is also freed.

Author

Generated automatically by Doxygen for torque from the source code.