SEScalarEquivalentWeightPerVolume.h
1 /* Distributed under the Apache License, Version 2.0.
2  See accompanying NOTICE file for details.*/
3 
4 #pragma once
5 #include "cdm/properties/SEScalar.h"
6 
8 {
9 public:
10  EquivalentWeightPerVolumeUnit(const std::string& u) : CCompoundUnit(u) {}
12 
13  // Please use static units below
16 
17  static bool IsValidUnit(const std::string& unit);
18  static const EquivalentWeightPerVolumeUnit& GetCompoundUnit(const std::string& unit);
19 
24 };
25 
26 class CDM_DECL SEScalarEquivalentWeightPerVolume : public SEScalarQuantity<EquivalentWeightPerVolumeUnit>
27 {
28 public:
31 };
Definition: CompoundUnit.h:40
CCompoundUnit & operator=(const CCompoundUnit &rhs)
Definition: CompoundUnit.h:132
Definition: SEScalarEquivalentWeightPerVolume.h:8
static const EquivalentWeightPerVolumeUnit mEq_Per_L
Definition: SEScalarEquivalentWeightPerVolume.h:22
static const EquivalentWeightPerVolumeUnit mEq_Per_mL
Definition: SEScalarEquivalentWeightPerVolume.h:23
virtual ~EquivalentWeightPerVolumeUnit()
Definition: SEScalarEquivalentWeightPerVolume.h:11
static const EquivalentWeightPerVolumeUnit Eq_Per_L
Definition: SEScalarEquivalentWeightPerVolume.h:20
static const EquivalentWeightPerVolumeUnit Eq_Per_mL
Definition: SEScalarEquivalentWeightPerVolume.h:21
EquivalentWeightPerVolumeUnit(const EquivalentWeightPerVolumeUnit &)=delete
EquivalentWeightPerVolumeUnit(const std::string &u)
Definition: SEScalarEquivalentWeightPerVolume.h:10
Definition: SEScalarEquivalentWeightPerVolume.h:27
virtual ~SEScalarEquivalentWeightPerVolume()
Definition: SEScalarEquivalentWeightPerVolume.h:30
SEScalarEquivalentWeightPerVolume()
Definition: SEScalarEquivalentWeightPerVolume.h:29
Definition: SEScalar.h:208

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.