| scifir-units 2.0.0
    scifir-units is a library of units of measurement, angles, coordinates, fields, and related data, all lightweight, that help in the development of scientific software and scientific machines | 
#include <cstdint>#include <iostream>#include <string>

Go to the source code of this file.
| Classes | |
| class | scifir::direction | 
| Namespaces | |
| namespace | scifir | 
| The namespace scifir contains all scifir-units, excepting the string literals, which are outside. | |
| bool operator!= | ( | const scifir::direction & | x, | 
| const scifir::direction & | y | ||
| ) | 
Definition at line 359 of file direction.cpp.
| bool operator!= | ( | const scifir::direction & | x, | 
| const string & | init_direction | ||
| ) | 
Definition at line 397 of file direction.cpp.
| bool operator!= | ( | const scifir::direction & | x, | 
| scifir::direction::name | y | ||
| ) | 
Definition at line 376 of file direction.cpp.
| bool operator!= | ( | const string & | init_direction, | 
| const scifir::direction & | x | ||
| ) | 
Definition at line 408 of file direction.cpp.
| bool operator!= | ( | scifir::direction::name | y, | 
| const scifir::direction & | x | ||
| ) | 
Definition at line 386 of file direction.cpp.
| string operator+ | ( | const scifir::direction & | y, | 
| const string & | x | ||
| ) | 
Definition at line 428 of file direction.cpp.
| string operator+ | ( | const string & | x, | 
| const scifir::direction & | y | ||
| ) | 
Definition at line 420 of file direction.cpp.
| void operator+= | ( | string & | x, | 
| const scifir::direction & | y | ||
| ) | 
Definition at line 413 of file direction.cpp.
| ostream & operator<< | ( | ostream & | os, | 
| const scifir::direction & | x | ||
| ) | 
Definition at line 436 of file direction.cpp.
| bool operator== | ( | const scifir::direction & | x, | 
| const scifir::direction & | y | ||
| ) | 
Definition at line 347 of file direction.cpp.
| bool operator== | ( | const scifir::direction & | x, | 
| const string & | init_direction | ||
| ) | 
Definition at line 391 of file direction.cpp.
| bool operator== | ( | const scifir::direction & | x, | 
| scifir::direction::name | y | ||
| ) | 
Definition at line 364 of file direction.cpp.
| bool operator== | ( | const string & | init_direction, | 
| const scifir::direction & | x | ||
| ) | 
Definition at line 402 of file direction.cpp.
| bool operator== | ( | scifir::direction::name | y, | 
| const scifir::direction & | x | ||
| ) | 
Definition at line 381 of file direction.cpp.
| istream & operator>> | ( | istream & | is, | 
| scifir::direction & | x | ||
| ) | 
Definition at line 441 of file direction.cpp.