|
PCB Environment 2
|
#include <iostream>Go to the source code of this file.
Data Structures | |
| class | Length< T, M1, Q1 > |
Typedefs | |
| using | Meters = Length<double, 1.0, 1.0> |
| using | Micrometers = Length<double, 1.0, 1000000.0> |
| using | FMicrometers = Length<float, 1.0, 1000000.0> |
| using | Nanometers = Length<double, 1.0, 1000000000.0> |
Functions | |
| template<typename T, double M1, double Q1> | |
| std::ostream & | operator<< (std::ostream &os, const Length< T, M1, Q1 > &l) |
| using FMicrometers = Length<float, 1.0, 1000000.0> |
| using Micrometers = Length<double, 1.0, 1000000.0> |
| using Nanometers = Length<double, 1.0, 1000000000.0> |
|
inline |