Definition of Time Handling Interface (C++ Classes). More...
#include <inttypes.h>#include <iostream>#include <string>#include "kogmo_time.h"Go to the source code of this file.
Data Structures | |
| class | KogniMobil::Timestamp |
Namespaces | |
| namespace | KogniMobil |
Functions | |
| Timestamp | KogniMobil::operator+ (const Timestamp &Begin, const double &secs) |
| Timestamp | KogniMobil::operator- (const Timestamp &Begin, const double &secs) |
| double | KogniMobil::operator- (const Timestamp &End, const Timestamp &Begin) |
| bool | KogniMobil::operator< (const Timestamp &T1, const Timestamp &T2) |
| bool | KogniMobil::operator<= (const Timestamp &T1, const Timestamp &T2) |
| bool | KogniMobil::operator> (const Timestamp &T1, const Timestamp &T2) |
| bool | KogniMobil::operator>= (const Timestamp &T1, const Timestamp &T2) |
| bool | KogniMobil::operator== (const Timestamp &T1, const Timestamp &T2) |
| bool | KogniMobil::operator!= (const Timestamp &T1, const Timestamp &T2) |
| std::ostream & | KogniMobil::operator<< (std::ostream &out, const Timestamp &T) |
Definition of Time Handling Interface (C++ Classes).
Copyright (c) 2005,2006 Matthias Goebl <matthias.goebl*goebl.net> Lehrstuhl fuer Realzeit-Computersysteme (RCS) Technische Universitaet Muenchen (TUM)
Definition in file kogmo_time.hxx.