insertInt method

void insertInt(
  1. IStatus status,
  2. int tag,
  3. int value
)

Implementation

void insertInt(IStatus status, int tag, int value) {
  _insertInt(self, status.self, tag, value);
  status.checkStatus();
}