15 #define SIM_TIME_TOL (0.00001) 
   27          : myTime(t.myTime)     { }
 
   34                          { myTime = 
t; 
return *
this; }
 
   36                          { 
return (*
this = t.myTime); }
 
   40                          { 
return (*
this == t.myTime); }
 
   44                          { 
return (*
this != t.myTime); }
 
   48                          { 
return (*
this > t.myTime); }
 
   52                          { 
return (*
this < t.myTime); }
 
   56                          { 
return (*
this >= t.myTime); }
 
   60                          { 
return (*
this <= t.myTime); }
 
bool operator<(const fpreal64 &t) const 
 
SIM_API size_t format(char *buffer, size_t buffer_Size, const SIM_Time &v)
 
bool operator==(const SIM_Time &t) const 
 
bool operator>=(const fpreal64 &t) const 
 
bool operator<(const SIM_Time &t) const 
 
const SIM_Time & operator=(const fpreal64 &t)
 
SIM_Time(const SIM_Time &t)
 
bool operator>(const fpreal64 &t) const 
 
bool operator<=(const SIM_Time &t) const 
 
bool operator!=(const fpreal64 &t) const 
 
bool operator<=(const fpreal64 &t) const 
 
SIM_Time(const fpreal64 &t)
 
bool operator>(const SIM_Time &t) const 
 
bool operator==(const fpreal64 &t) const 
 
bool operator>=(const SIM_Time &t) const 
 
const SIM_Time & operator=(const SIM_Time &t)
 
bool SYSisEqual(const UT_Vector2T< T > &a, const UT_Vector2T< T > &b, S tol=SYS_FTOLERANCE)
Componentwise equality. 
 
bool operator!=(const SIM_Time &t) const