comparison OrthancFramework/Sources/MetricsRegistry.cpp @ 4202:2007ab69ac16

moving ORTHANC_FORCE_INLINE and ORTHANC_OVERRIDE from Enumerations.h to Compatibility.h
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:35:11 +0200
parents bf7b9edf6b81
children 4d42408da117
comparison
equal deleted inserted replaced
4201:2d5209153b32 4202:2007ab69ac16
93 } 93 }
94 } 94 }
95 95
96 public: 96 public:
97 Item(MetricsType type) : 97 Item(MetricsType type) :
98 type_(type), 98 type_(type),
99 hasValue_(false) 99 hasValue_(false),
100 value_(0)
100 { 101 {
101 } 102 }
102 103
103 MetricsType GetType() const 104 MetricsType GetType() const
104 { 105 {