libtime++: Date and time calculation
|
class to contain relative times More...
#include <libtime++.h>
Protected Member Functions | |
void | string_read (const std::string ×tring) |
void | char_read (const char *timestring) |
void | norm () |
Protected Attributes | |
time_kernel::time_Ts | Mtime_Ts |
Friends | |
class | TAbsoluteTime |
class to contain relative times
For time differences only positive values are accepted. Accidentally the library appears to handle negative value too. However, since the underlying Fortran code is designed to handle positive values only, functions should throw an exception upon negative values being passed.
Definition at line 201 of file libtime++.h.