ome-xml  5.6.0
Public Types | Public Member Functions | Static Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
ome::xml::model::enums::UnitsPower Class Reference

UnitsPower enumeration. More...

#include <ome/xml/model/enums/UnitsPower.h>

+ Collaboration diagram for ome::xml::model::enums::UnitsPower:

Public Types

enum  enum_value {
  YOTTAWATT, ZETTAWATT, EXAWATT, PETAWATT,
  TERAWATT, GIGAWATT, MEGAWATT, KILOWATT,
  HECTOWATT, DECAWATT, WATT, DECIWATT,
  CENTIWATT, MILLIWATT, MICROWATT, NANOWATT,
  PICOWATT, FEMTOWATT, ATTOWATT, ZEPTOWATT,
  YOCTOWATT
}
 Enumeration values. More...
 
typedef std::map< std::string, UnitsPower::enum_valuestring_map_type
 String map type.
 
typedef std::map< UnitsPower::enum_value, std::string > value_map_type
 Value map type.
 

Public Member Functions

 UnitsPower (enum_value value)
 Construct a UnitsPower enumeration by an enumeration value. More...
 
 UnitsPower (const std::string &name, bool strict=true)
 Construct a UnitsPower enumeration by an enumeration name. More...
 
 UnitsPower (const UnitsPower &original)
 Copy constructor. More...
 
UnitsPoweroperator= (const UnitsPower &rhs)
 Assignment operator. More...
 
 operator enum_value () const
 Cast the enumeration to its value. More...
 
 operator const std::string & () const
 Cast the enumeration to its name. More...
 

Static Public Member Functions

static const string_map_typestrings ()
 Get a map of valid string names and enum values. More...
 
static const value_map_typevalues ()
 Get a map of valid enum values and string names. More...
 

Static Private Member Functions

static const string_map_typelowercase_strings ()
 Get a map of valid lowercased string names and enum values. More...
 

Private Attributes

enum_value value
 Enumeration value.
 
const std::string * name
 Enumeration name.
 

Detailed Description

UnitsPower enumeration.

Member Enumeration Documentation

◆ enum_value

Enumeration values.

Enumerator
YOTTAWATT 

yottawatt unit.

ZETTAWATT 

zettawatt unit.

EXAWATT 

exawatt unit.

PETAWATT 

petawatt unit.

TERAWATT 

terawatt unit.

GIGAWATT 

gigawatt unit.

MEGAWATT 

megawatt unit.

KILOWATT 

kilowatt unit.

HECTOWATT 

hectowatt unit.

DECAWATT 

decawatt unit.

WATT 

watt unit.

DECIWATT 

deciwatt unit.

CENTIWATT 

centiwatt unit.

MILLIWATT 

milliwatt unit.

MICROWATT 

microwatt unit.

NANOWATT 

nanowatt unit.

PICOWATT 

picowatt unit.

FEMTOWATT 

femtowatt unit.

ATTOWATT 

attowatt unit.

ZEPTOWATT 

zeptowatt unit.

YOCTOWATT 

yoctowatt unit.

Constructor & Destructor Documentation

◆ UnitsPower() [1/3]

ome::xml::model::enums::UnitsPower::UnitsPower ( enum_value  value)

Construct a UnitsPower enumeration by an enumeration value.

Parameters
valuethe value of the enumeration.

References name, and values().

Referenced by ome::xml::model::enums::operator>>().

+ Here is the caller graph for this function:

◆ UnitsPower() [2/3]

ome::xml::model::enums::UnitsPower::UnitsPower ( const std::string &  name,
bool  strict = true 
)

Construct a UnitsPower enumeration by an enumeration name.

Exact matching of the name will require the name to match one of the valid enumeration names. Inexact matching will strip leading and trailing whitespace and perform a case-insensitive match. Exact matching is recommended for use in program code which does not process user input; inexact matching is recommended when processing potentially malformed user input.

Parameters
namethe name of the enumeration.
stricttrue to require an exact name, false to allow an inexact match.

References lowercase_strings(), strings(), trim(), value, and values().

◆ UnitsPower() [3/3]

ome::xml::model::enums::UnitsPower::UnitsPower ( const UnitsPower original)

Copy constructor.

Parameters
originalthe instance to copy.

Member Function Documentation

◆ lowercase_strings()

const UnitsPower::string_map_type & ome::xml::model::enums::UnitsPower::lowercase_strings ( )
staticprivate

Get a map of valid lowercased string names and enum values.

Returns
a map of lowercased string names to enum values.

References ATTOWATT, CENTIWATT, DECAWATT, DECIWATT, EXAWATT, FEMTOWATT, GIGAWATT, HECTOWATT, KILOWATT, MEGAWATT, MICROWATT, MILLIWATT, NANOWATT, PETAWATT, PICOWATT, TERAWATT, WATT, YOCTOWATT, YOTTAWATT, ZEPTOWATT, and ZETTAWATT.

Referenced by UnitsPower().

+ Here is the caller graph for this function:

◆ operator const std::string &()

ome::xml::model::enums::UnitsPower::operator const std::string & ( ) const
inline

Cast the enumeration to its name.

Returns
the enumeration value.

References name.

◆ operator enum_value()

ome::xml::model::enums::UnitsPower::operator enum_value ( ) const
inline

Cast the enumeration to its value.

Returns
the enumeration value.

References value.

◆ operator=()

UnitsPower& ome::xml::model::enums::UnitsPower::operator= ( const UnitsPower rhs)
inline

Assignment operator.

Parameters
rhsthe value to assign.
Returns
the assigned value.

References name, and value.

◆ strings()

const UnitsPower::string_map_type & ome::xml::model::enums::UnitsPower::strings ( )
static

Get a map of valid string names and enum values.

Returns
a map of string names to enum values.

References ATTOWATT, CENTIWATT, DECAWATT, DECIWATT, EXAWATT, FEMTOWATT, GIGAWATT, HECTOWATT, KILOWATT, MEGAWATT, MICROWATT, MILLIWATT, NANOWATT, PETAWATT, PICOWATT, TERAWATT, WATT, YOCTOWATT, YOTTAWATT, ZEPTOWATT, and ZETTAWATT.

Referenced by UnitsPower().

+ Here is the caller graph for this function:

◆ values()

const UnitsPower::value_map_type & ome::xml::model::enums::UnitsPower::values ( )
static

Get a map of valid enum values and string names.

Returns
a map of enum values to string names.

References ATTOWATT, CENTIWATT, DECAWATT, DECIWATT, EXAWATT, FEMTOWATT, GIGAWATT, HECTOWATT, KILOWATT, MEGAWATT, MICROWATT, MILLIWATT, NANOWATT, PETAWATT, PICOWATT, TERAWATT, WATT, YOCTOWATT, YOTTAWATT, ZEPTOWATT, and ZETTAWATT.

Referenced by UnitsPower().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: