#include <SEScalarMassPerAmount.h>

Inheritance diagram for biogears::MassPerAmountUnit:

Public Member Functions

 MassPerAmountUnit (const char *u)
 
 MassPerAmountUnit (const std::string &u)
 
virtual ~MassPerAmountUnit ()=default
 
- Public Member Functions inherited from biogears::CCompoundUnit
 CCompoundUnit ()
 
 CCompoundUnit (const char *unitString)
 
 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 char *quantityName)
 
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 char *unitString)
 
void ParseString (const std::string &unitString)
 
const char * GetString () const
 
 operator std::string ()
 
std::ostream & PrintSelf (std::ostream &output) const
 

Static Public Member Functions

static bool IsValidUnit (const char *unit)
 
static bool IsValidUnit (const std::string &unit)
 
static const MassPerAmountUnitGetCompoundUnit (const char *unit)
 
static const MassPerAmountUnitGetCompoundUnit (const std::string &unit)
 

Static Public Attributes

static const MassPerAmountUnit g_Per_ct
 
static const MassPerAmountUnit g_Per_mol
 
static const MassPerAmountUnit g_Per_mmol
 
static const MassPerAmountUnit g_Per_umol
 
static const MassPerAmountUnit mg_Per_mol
 
static const MassPerAmountUnit mg_Per_mmol
 
static const MassPerAmountUnit kg_Per_mol
 
static const MassPerAmountUnit ug_Per_mol
 
static const MassPerAmountUnit ug_Per_mmol
 
static const MassPerAmountUnit ug_Per_ct
 
static const MassPerAmountUnit pg_Per_ct
 

Additional Inherited Members

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

Constructor & Destructor Documentation

biogears::MassPerAmountUnit::MassPerAmountUnit ( const char *  u)
biogears::MassPerAmountUnit::MassPerAmountUnit ( const std::string &  u)
virtual biogears::MassPerAmountUnit::~MassPerAmountUnit ( )
virtualdefault

Member Function Documentation

const MassPerAmountUnit & biogears::MassPerAmountUnit::GetCompoundUnit ( const char *  unit)
static
const MassPerAmountUnit & biogears::MassPerAmountUnit::GetCompoundUnit ( const std::string &  unit)
static
bool biogears::MassPerAmountUnit::IsValidUnit ( const char *  unit)
static
bool biogears::MassPerAmountUnit::IsValidUnit ( const std::string &  unit)
static

Member Data Documentation

const MassPerAmountUnit biogears::MassPerAmountUnit::g_Per_ct
static
const MassPerAmountUnit biogears::MassPerAmountUnit::g_Per_mmol
static
const MassPerAmountUnit biogears::MassPerAmountUnit::g_Per_mol
static
const MassPerAmountUnit biogears::MassPerAmountUnit::g_Per_umol
static
const MassPerAmountUnit biogears::MassPerAmountUnit::kg_Per_mol
static
const MassPerAmountUnit biogears::MassPerAmountUnit::mg_Per_mmol
static
const MassPerAmountUnit biogears::MassPerAmountUnit::mg_Per_mol
static
const MassPerAmountUnit biogears::MassPerAmountUnit::pg_Per_ct
static
const MassPerAmountUnit biogears::MassPerAmountUnit::ug_Per_ct
static
const MassPerAmountUnit biogears::MassPerAmountUnit::ug_Per_mmol
static
const MassPerAmountUnit biogears::MassPerAmountUnit::ug_Per_mol
static