|
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 <address.hpp>

Public Types | |
| enum | type { EXTERNAL , INTERNAL } |
Public Member Functions | |
| address () | |
| address (const address &x) | |
| address (address &&x) | |
| address (const scifir::zid &new_zid, const string &new_location, const string &new_inner_location, const string &new_postal_code) | |
| address & | operator= (const address &x) |
| address & | operator= (address &&x) |
| address::type | get_type () const |
| string | display () const |
| string | partial_display () const |
| string | text_display () const |
Public Attributes | |
| scifir::zid | zid |
| string | location |
| string | inner_location |
| string | postal_code |
Definition at line 14 of file address.hpp.
| scifir::address::address | ( | ) |
Definition at line 7 of file address.cpp.
Definition at line 10 of file address.cpp.
| scifir::address::address | ( | address && | x | ) |
Definition at line 13 of file address.cpp.
|
explicit |
Definition at line 16 of file address.cpp.
| string scifir::address::display | ( | ) | const |
Definition at line 49 of file address.cpp.
| address::type scifir::address::get_type | ( | ) | const |
Definition at line 37 of file address.cpp.
Definition at line 28 of file address.cpp.
Definition at line 19 of file address.cpp.
| string scifir::address::partial_display | ( | ) | const |
Definition at line 61 of file address.cpp.
| string scifir::address::text_display | ( | ) | const |
Definition at line 66 of file address.cpp.
| string scifir::address::inner_location |
Definition at line 35 of file address.hpp.
| string scifir::address::location |
Definition at line 34 of file address.hpp.
| string scifir::address::postal_code |
Definition at line 36 of file address.hpp.
| scifir::zid scifir::address::zid |
Definition at line 33 of file address.hpp.