Searched refs:_past (Results 1 – 1 of 1) sorted by relevance
33 MyInterval(): _first(), _past(){} in MyInterval()34 MyInterval(int lo, int up): _first(lo), _past(up){} in MyInterval()36 int past ()const{ return _past; } in past()38 int _first, _past; member in MyInterval