|
305ac09077
|
Small optimization in Lazy<T> class.
|
2018-12-07 14:14:26 +01:00 |
|
|
a9f2eeb3be
|
Some improvements to Lazy<T> class.
|
2018-04-15 15:12:13 +02:00 |
|
|
5673c6f14a
|
Some improvements to Lazy<T> class.
|
2018-04-15 02:20:09 +02:00 |
|
|
562911dbff
|
Lazy<T> class: Destroy the wrapped T object when the Lazy<T> instance gets destroyed.
|
2018-04-15 01:27:07 +02:00 |
|
|
5101e777b2
|
Happy new year 2018!
|
2018-01-17 21:04:46 +01:00 |
|
|
3b6051393d
|
Changed Lazy<T> to take a lambda-function in its constructor. This avoids the need for sub-classing.
|
2017-11-04 21:10:32 +01:00 |
|
|
e3f5f0a801
|
Delete initializer, if it could not be stored.
|
2017-11-04 19:08:49 +01:00 |
|
|
cea3834ddf
|
Added the Lazy<T> class, for "lazy" initialization.
|
2017-11-04 18:43:02 +01:00 |
|