eof method

bool eof()

Implementation

bool eof() {
  return curr >= content.length;
}