Mathew Sutcliffe c8d78ada65 T73 Flyweight pattern based on pimpl, to reduce CMeasurementUnit memory usage.
* All members of CMeasurementUnit moved into nested pimpl class Data.
* CMeasurementUnit has only one member: a pointer to a const Data.
* Static const CMeasurementUnits replaced with static const Datas.
* Each CMeasurementUnit singleton method returns by-value a CMeasurementUnit containing a pointer to a static const Data.
* Means CMeasurementUnit is trivial to copy because we never copy the pimpl members.
** Works because the available units are fixed at compile time so we never need to create novel units at runtime.
2017-05-14 17:21:23 +01:00
2017-05-05 23:07:11 +01:00
2017-05-05 23:08:45 +01:00
2017-05-05 22:40:20 +01:00
2016-10-17 14:34:20 +01:00
2016-12-06 09:33:58 +01:00
2017-05-05 23:07:11 +01:00
2017-05-05 23:07:11 +01:00
2017-05-05 23:07:11 +01:00
2016-10-17 14:33:54 +01:00

Introduction TBW

Environment Setup

TBW

Getting Sources

TBW

Qmake Configuration

TBW

Compiling

TBW

Testing

TBW

Installing

TBW

DLLs vs. static linking

TBW

Description
No description provided
Readme 118 MiB
Languages
C++ 96.4%
CMake 1.4%
HTML 1%
Python 0.6%
Objective-C++ 0.2%
Other 0.2%