getSeq method

int getSeq()

Implementation

int getSeq() {
  return ++_seq;
}