ros::TimeBase< T, D > Class Template Reference
Base class for Time implementations. Provides storage, common functions and operator overloads. This should not need to be used directly.
More...
#include <time.h>
List of all members.
Detailed Description
template<class T, class D>
class ros::TimeBase< T, D >
Base class for Time implementations. Provides storage, common functions and operator overloads. This should not need to be used directly.
Definition at line 150 of file time.h.
Constructor & Destructor Documentation
template<class T, class D>
template<class T, class D>
template<class T, class D>
template<class T, class D>
Member Function Documentation
template<class T , class D >
template<class T, class D>
template<class T, class D>
template<class T, class D>
template<class T, class D>
bool ros::TimeBase< T, D >::operator!= |
( |
const T & |
rhs |
) |
const [inline] |
template<class T , class D>
T ros::TimeBase< T, D >::operator+ |
( |
const D & |
rhs |
) |
const [inline] |
template<class T , class D>
template<class T, class D>
T ros::TimeBase< T, D >::operator- |
( |
const D & |
rhs |
) |
const [inline] |
template<class T, class D >
D ros::TimeBase< T, D >::operator- |
( |
const T & |
rhs |
) |
const [inline] |
template<class T , class D>
template<class T, class D >
bool ros::TimeBase< T, D >::operator< |
( |
const T & |
rhs |
) |
const [inline] |
template<class T, class D >
bool ros::TimeBase< T, D >::operator<= |
( |
const T & |
rhs |
) |
const [inline] |
template<class T, class D >
bool ros::TimeBase< T, D >::operator== |
( |
const T & |
rhs |
) |
const [inline] |
template<class T, class D >
bool ros::TimeBase< T, D >::operator> |
( |
const T & |
rhs |
) |
const [inline] |
template<class T, class D >
bool ros::TimeBase< T, D >::operator>= |
( |
const T & |
rhs |
) |
const [inline] |
template<class T, class D>
template<class T, class D>
Member Data Documentation
template<class T, class D>
template<class T, class D>
The documentation for this class was generated from the following file: