Namespaces | Classes | Functions
nmx Namespace Reference

Namespaces

 apps
 
 gravitation
 
 gsl
 
 settings
 

Classes

struct  Check
 The Check struct Testfunktionen zum Auffinden von Fehlern. More...
 
class  CResult
 The CResult class Speicherung von Rechenergebnissen. More...
 
class  Data
 The Data class Eine Klasse für Zahlentabellen mit fester Anzahl von Spalten. Die Anzahl der Reihen wächst automatisch. Intern wird ein std::vector von std::array angelegt. More...
 
struct  Error
 The Error struct erzeugt Fehlermeldungen. More...
 
class  Fmt
 
class  Format
 The Format class Formatierte Ausgabe von Arrays. More...
 
struct  Math
 The Math struct Mathematische Hilfsfunktionen. More...
 
struct  Mechanics
 The Mechanics struct Formeln aus der Mechanik. More...
 
class  Output
 The Output struct Hilfsklasse zur Erzeugung von Ausgabeströmen zum Schreiben in Dateien. More...
 
struct  Tools
 
class  View
 The View class Sicht auf Teilmenge eines Containers. More...
 
class  XModel
 The XModel class Basisklasse speichert eine ID in Form einer Zeichenkette enthält Hilfsfunktionen zur Speicherung von Daten. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const Format &fmt)
 operator << überladener Ausgabeoperator internes Formatierungsobjekt wird gesetzt. More...
 
constexpr double operator"" _km (long double x)
 
constexpr double operator"" _cm (long double x)
 
constexpr double operator"" _mm (long double x)
 
constexpr double operator"" _deg (long double x)
 
constexpr double operator"" _g (long double x)
 
constexpr double operator"" _h (long double x)
 
constexpr double operator"" _min (long double x)
 

Detailed Description

Umrechnung von Einheiten Ausgabe: SI-Einheiten

Function Documentation

◆ operator"" _cm()

constexpr double nmx::operator"" _cm ( long double  x)

Definition at line 17 of file xunits.h.

◆ operator"" _deg()

constexpr double nmx::operator"" _deg ( long double  x)

Definition at line 26 of file xunits.h.

◆ operator"" _g()

constexpr double nmx::operator"" _g ( long double  x)

Definition at line 31 of file xunits.h.

◆ operator"" _h()

constexpr double nmx::operator"" _h ( long double  x)

Definition at line 36 of file xunits.h.

◆ operator"" _km()

constexpr double nmx::operator"" _km ( long double  x)

Definition at line 13 of file xunits.h.

◆ operator"" _min()

constexpr double nmx::operator"" _min ( long double  x)

Definition at line 41 of file xunits.h.

◆ operator"" _mm()

constexpr double nmx::operator"" _mm ( long double  x)

Definition at line 21 of file xunits.h.

◆ operator<<()

std::ostream& nmx::operator<< ( std::ostream &  os,
const Format fmt 
)
inline

operator << überladener Ausgabeoperator internes Formatierungsobjekt wird gesetzt.

Parameters
osAusgabestrom
fmtFormatierungsobjekt
Returns
Referenz auf Ausgabestrom

Definition at line 128 of file xoutput.h.