#include <SEScalarAmountPerVolume.h>

Inherits CCompoundUnit.

Public Member Functions

 AmountPerVolumeUnit (const std::string &u)
 
virtual ~AmountPerVolumeUnit ()
 
 AmountPerVolumeUnit (const AmountPerVolumeUnit &)=delete
 
AmountPerVolumeUnitoperator= (const AmountPerVolumeUnit &)=delete
 
- Public Member Functions inherited from CCompoundUnit
 CCompoundUnit ()
 
 CCompoundUnit (const std::string &unitString)
 
 CCompoundUnit (const CCompoundUnit &src)
 
virtual ~CCompoundUnit ()
 
const CUnitDimensionGetDimension () const
 
const double & GetBigness () const
 
double GetBias () const
 
CCompoundUnitoperator= (const CCompoundUnit &rhs)
 
CCompoundUnitoperator*= (const CCompoundUnit &rhs)
 
CCompoundUnitoperator/= (const CCompoundUnit &rhs)
 
CCompoundUnit operator* (const CCompoundUnit &rhs) const
 
CCompoundUnit operator/ (const CCompoundUnit &rhs) const
 
CCompoundUnitRaise (CCompoundUnitElement::ExponentType)
 
bool operator== (const CCompoundUnit &rhs) const
 
bool operator!= (const CCompoundUnit &rhs) const
 
bool IsOfType (int quantityTypeID)
 
bool IsOfType (const std::string &quantityName)
 
bool IsDimensionless () const
 
bool IsDecibel () const
 
bool IsUnitEmpty () const
 
double GetDecibelLogScaleFactor () const
 
void DecibelModeOn ()
 
void DecibelModeOff ()
 
CCompoundUnitElementAddElement (const CCompoundUnitElement &)
 
void clear ()
 
void ParseString (const std::string &unitString)
 
std::string GetString () const
 
std::ostream & PrintSelf (std::ostream &output) const
 

Static Public Member Functions

static bool IsValidUnit (const std::string &unit)
 
static const AmountPerVolumeUnitGetCompoundUnit (const std::string &unit)
 

Static Public Attributes

static AmountPerVolumeUnit mol_Per_L
 
static AmountPerVolumeUnit mol_Per_mL
 
static AmountPerVolumeUnit mmol_Per_L
 
static AmountPerVolumeUnit mmol_Per_mL
 
static AmountPerVolumeUnit pmol_Per_L
 
static AmountPerVolumeUnit ct_Per_L
 
static AmountPerVolumeUnit ct_Per_uL
 

Additional Inherited Members

- Protected Member Functions inherited from CCompoundUnit
void BuildDimension () const
 
void ComputeBigness () const
 

Constructor & Destructor Documentation

◆ AmountPerVolumeUnit() [1/2]

AmountPerVolumeUnit::AmountPerVolumeUnit ( const std::string &  u)
inline

◆ ~AmountPerVolumeUnit()

virtual AmountPerVolumeUnit::~AmountPerVolumeUnit ( )
inlinevirtual

◆ AmountPerVolumeUnit() [2/2]

AmountPerVolumeUnit::AmountPerVolumeUnit ( const AmountPerVolumeUnit )
delete

Member Function Documentation

◆ GetCompoundUnit()

const AmountPerVolumeUnit & AmountPerVolumeUnit::GetCompoundUnit ( const std::string &  unit)
static

◆ IsValidUnit()

bool AmountPerVolumeUnit::IsValidUnit ( const std::string &  unit)
static

◆ operator=()

AmountPerVolumeUnit & AmountPerVolumeUnit::operator= ( const AmountPerVolumeUnit )
delete

Member Data Documentation

◆ ct_Per_L

AmountPerVolumeUnit AmountPerVolumeUnit::ct_Per_L
static

◆ ct_Per_uL

AmountPerVolumeUnit AmountPerVolumeUnit::ct_Per_uL
static

◆ mmol_Per_L

AmountPerVolumeUnit AmountPerVolumeUnit::mmol_Per_L
static

◆ mmol_Per_mL

AmountPerVolumeUnit AmountPerVolumeUnit::mmol_Per_mL
static

◆ mol_Per_L

AmountPerVolumeUnit AmountPerVolumeUnit::mol_Per_L
static

◆ mol_Per_mL

AmountPerVolumeUnit AmountPerVolumeUnit::mol_Per_mL
static

◆ pmol_Per_L

AmountPerVolumeUnit AmountPerVolumeUnit::pmol_Per_L
static

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.