implement basic operations over class Time
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 29 Jan 2018 13:02:18 +0000 (14:02 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 27 Mar 2019 09:31:38 +0000 (10:31 +0100)
commite36ca33cc64b020bd7d0961ae2186e9794de0e76
treeaa60040b91646a47043f46ff075382d4a2049a86
parent8b5814e27eff0a680bd9228e9c2cede306158549
implement basic operations over class Time

This adds members and overloads for

    * addition, subtraction / difference, multiplication by
      time_t,
    * comparison, less-than / greater-than, equality,
    * trivial formatting (needed in boost unittest)

operations involving *class Time* objects.
src/timefunc.cpp
src/timefunc.hxx
test/test_timefunc.cpp