operator [] method

Job operator [](
  1. int index
)

Implementation

Job operator [](int index) {
  return _jobStack[index];
}