Home
last modified time | relevance | path

Searched defs:MyInterval (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/icl/example/custom_interval_/
Dcustom_interval.cpp30 class MyInterval class
33 MyInterval(): _first(), _past(){} in MyInterval() function in MyInterval
34 MyInterval(int lo, int up): _first(lo), _past(up){} in MyInterval() function in MyInterval