Loxahatchee  v0.0.1-1346
Lox Convenience C++ Library
LoxMetricTypes.hpp File Reference

Several convenient data types for metric values or metric <-> imperial conversions. More...

This graph shows which files directly or indirectly include this file:

Namespaces

 Lox
 Common methods and functionality easily shared between projects.
 

Typedefs

typedef double Lox::CELSIUS
 Celsius. More...
 
typedef double Lox::FAHRENHEIT
 Fahrenheit. More...
 
typedef double Lox::IN
 Decimal inches (meaning 3 1/4" will be stored as 3.25). More...
 
typedef double Lox::MM
 Millimeters. More...
 

Enumerations

enum  Lox::EUnits {
  Lox::kUnknown = 0,
  Lox::kMetric,
  Lox::kImperial
}
 

Detailed Description

Several convenient data types for metric values or metric <-> imperial conversions.