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 "../units/base_units.hpp"
#include "../derived_units/physics_units.hpp"
#include "../util/types.hpp"
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | scifir::coordinates_2d< T > |
class | scifir::coordinates_2d< float > |
Namespaces | |
namespace | scifir |
The namespace scifir contains all scifir-units, excepting the string literals, which are outside. | |
bool operator!= | ( | const scifir::coordinates_2d< T > & | x, |
const scifir::coordinates_2d< U > & | y | ||
) |
Definition at line 411 of file coordinates_2d.hpp.
bool operator!= | ( | const scifir::coordinates_2d< T > & | x, |
const string & | init_coordinates_2d | ||
) |
Definition at line 424 of file coordinates_2d.hpp.
bool operator!= | ( | const string & | init_coordinates_2d, |
const scifir::coordinates_2d< T > & | x | ||
) |
Definition at line 437 of file coordinates_2d.hpp.
string operator+ | ( | const scifir::coordinates_2d< T > & | x, |
const string & | y | ||
) |
Definition at line 455 of file coordinates_2d.hpp.
string operator+ | ( | const string & | x, |
const scifir::coordinates_2d< T > & | y | ||
) |
Definition at line 449 of file coordinates_2d.hpp.
void operator+= | ( | string & | x, |
const scifir::coordinates_2d< T > & | y | ||
) |
Definition at line 443 of file coordinates_2d.hpp.
ostream & operator<< | ( | ostream & | os, |
const scifir::coordinates_2d< float > & | x | ||
) |
Definition at line 20 of file coordinates_2d.cpp.
ostream & operator<< | ( | ostream & | os, |
const scifir::coordinates_2d< T > & | x | ||
) |
Definition at line 461 of file coordinates_2d.hpp.
bool operator== | ( | const scifir::coordinates_2d< T > & | x, |
const scifir::coordinates_2d< U > & | y | ||
) |
Definition at line 398 of file coordinates_2d.hpp.
bool operator== | ( | const scifir::coordinates_2d< T > & | x, |
const string & | init_coordinates_2d | ||
) |
Definition at line 417 of file coordinates_2d.hpp.
bool operator== | ( | const string & | init_coordinates_2d, |
const scifir::coordinates_2d< T > & | x | ||
) |
Definition at line 430 of file coordinates_2d.hpp.
istream & operator>> | ( | istream & | is, |
scifir::coordinates_2d< T > & | x | ||
) |
Definition at line 469 of file coordinates_2d.hpp.