Web Analytics Made Easy - Statcounter
Skip to content

Class SBDQuantityUnitType#

template <typename System, int s1, int e1, int s2, int e2, int s3, int e3, int s4, int e4, int s5, int e5, int s6, int e6, int s7, int e7>

ClassList > SBDQuantityUnitType

Public Types#

Type Name
enum SBDQuantityUnitType
typedef System SystemType

Public Static Functions#

Type Name
std::string getName ()
std::string getSymbol ()
void print ()

Public Types Documentation#

enum SBDQuantityUnitType#

enum SBDQuantityUnitType::SBDQuantityUnitType {
    scale1 = s1,
    exponent1 = e1,
    scale2 = s2,
    exponent2 = e2,
    scale3 = s3,
    exponent3 = e3,
    scale4 = s4,
    exponent4 = e4,
    scale5 = s5,
    exponent5 = e5,
    scale6 = s6,
    exponent6 = e6,
    scale7 = s7,
    exponent7 = e7
};

typedef SystemType#

typedef System SBDQuantityUnitType< System, s1, e1, s2, e2, s3, e3, s4, e4, s5, e5, s6, e6, s7, e7 >::SystemType;

Public Static Functions Documentation#

function getName#

static inline std::string SBDQuantityUnitType::getName () 

function getSymbol#

static inline std::string SBDQuantityUnitType::getSymbol () 

function print#

static inline void SBDQuantityUnitType::print ()