Maxime Coste
|
9240cccf74
|
set Coords/Counts methods as always_inline
They are well tested, and we never want to step into them when debugging
|
2014-05-17 10:17:28 +01:00 |
|
Maxime Coste
|
04ae48c346
|
indent cleanup, correct erroneous 3 spaces indent
|
2013-11-14 00:12:15 +00:00 |
|
Maxime Coste
|
83a6375263
|
Fix StronglyTypedInteger::operator%=
|
2013-11-11 19:11:17 +00:00 |
|
Maxime Coste
|
f2a902f682
|
Add modulo operators to StronglyTypedNumber
|
2013-11-06 19:10:35 +00:00 |
|
Maxime Coste
|
5d681f9efe
|
StronglyTypedNumber: take parameters by value
|
2013-07-26 01:49:57 +02:00 |
|
Maxime Coste
|
417682883e
|
use only one constructor with a default parameter for units
|
2013-03-27 18:42:38 +01:00 |
|
Maxime Coste
|
36dc6c23a0
|
add default zero construction to units
|
2013-03-26 00:04:03 +01:00 |
|
Maxime Coste
|
eaaf88db1d
|
rename StronglyTypedInteger to more accurate StronglyTypedNumber
|
2013-01-14 18:51:45 +01:00 |
|
Maxime Coste
|
4b649d386c
|
various code style fixes
|
2013-01-04 18:39:13 +01:00 |
|
Maxime Coste
|
561cc72d6c
|
Add a ByteCount unit
|
2012-10-11 00:13:31 +02:00 |
|
Maxime Coste
|
946b4650b6
|
fix postfix StronglyTypedInteger::operator{++,--}
|
2012-10-02 14:19:45 +02:00 |
|
Maxime Coste
|
514aeead63
|
do not use our broken safe bool, c++11 explicit bool conversion is better
|
2012-10-02 14:18:34 +02:00 |
|
Maxime Coste
|
aac30a27e7
|
use more constexpr
|
2012-09-04 23:54:10 +02:00 |
|
Maxime Coste
|
e4fd839dda
|
use a strongly typed int CharCount for character counts
|
2012-08-23 23:56:35 +02:00 |
|
Maxime Coste
|
0d8cce2728
|
use a strongly typed int LineCount for line counts
|
2012-08-22 23:33:52 +02:00 |
|