Exemple #1
0
 const int operator- (const CTime & other) const {
     return int(this->getTimet() - other.getTimet());
 }
Exemple #2
0
 bool operator>= (const CTime & other) const {
     return (this->getTimet() >= other.getTimet());
 }