lumiera_/src/lib/time
Ichthyostega 104b71e8aa Timehandling: allow default initialisation for Offset values
From a purely logical viewpoint, it looked sensible to require an actual
value for an offset, especially since our time values are immutable.
But this has the unfortunate consequence that we'd be unable to use
an offset value as parameter for any command, since we store the arguments
as tuple and the tuple type has a default constructor. We might be able
to get around that problem, but such looks brittle to me; it is just
plain surprising for anyone not familiar with the internals of the
command system.

For that reason, I've now added a default ctor to the Offset type
2017-01-11 04:09:32 +01:00
..
control-impl.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
control-policy.hpp clean-up(#985): tighten basic header lib/meta/util.hpp 2016-01-05 22:00:53 +01:00
control.hpp fix typo in header include guard 2015-06-03 01:18:58 +02:00
diagnostics.hpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
digxel.hpp maximum munch 2016-12-23 04:23:03 +01:00
formats.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
grid.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
mutation.cpp clean-up and finalise time::Mutation 2012-12-02 01:54:02 +01:00
mutation.hpp Analysis continued: inner contradictions of object field vs attribute 2016-05-21 17:55:48 +02:00
quantiser.cpp introduce typedef for Frame numbers (see #882) 2013-11-18 00:01:43 +01:00
quantiser.hpp introduce typedef for Frame numbers (see #882) 2013-11-18 00:01:43 +01:00
time.cpp improve the diagnositc representation for time values 2016-01-08 00:13:59 +01:00
timecode.cpp clean-up some library and linkage problems 2015-08-16 01:35:30 +02:00
timecode.hpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
timequant.hpp fix typo in header include guard 2015-06-03 01:18:58 +02:00
timevalue.hpp Timehandling: allow default initialisation for Offset values 2017-01-11 04:09:32 +01:00