Go to the documentation of this file.
13 #ifndef FAUDES_TP_TIMEINTERVAL_H
14 #define FAUDES_TP_TIMEINTERVAL_H
55 if(time == UnDef) return "undef";
56 if(time < Min) return "err";
57 if(time == Min) return "-inf";
58 if(time > Max) return "err";
59 if(time == Max) return "inf";
258 bool Empty( void) const;
315 return ! (* this == rOtherInterval) ;
375 std::string Str( void) const;
libFAUDES 2.26g
--- 2015.08.17
--- c++ api documentaion by doxygen
|