libtime++: Date and time calculation

◆ includes() [2/2]

bool libtime::TRange::includes ( const TRange range) const

true if range is fully included in this range

Definition at line 56 of file ranges.cc.

References begin(), end(), Mbegin, and Mend.

57  {
58  return((range.begin()>=Mbegin)&&(range.end()<=Mend));
59  }
TAbsoluteTime Mend
Definition: libtime++.h:633
TAbsoluteTime Mbegin
Definition: libtime++.h:632
Here is the call graph for this function: