#include <formatspec.hpp>
Collaboration diagram for physical::format::FormatSpec< UnitSystem >:
Public Types | |
typedef DynamicUnit< UnitSystem > | unit_type |
Public Member Functions | |
template<typename T, class Exponents> | |
FormatSpec (std::string n, const FixedPhysical< UnitSystem, T, Exponents > u, std::size_t p) | |
FormatSpec (std::string n, DynamicUnit< UnitSystem > u, std::streamsize p) | |
Public Attributes | |
std::string | unitname |
unit_type | unit |
std::streamsize | precision |
Definition at line 24 of file formatspec.hpp.
typedef DynamicUnit<UnitSystem> physical::format::FormatSpec< UnitSystem >::unit_type |
Definition at line 25 of file formatspec.hpp.
physical::format::FormatSpec< UnitSystem >::FormatSpec | ( | std::string | n, | |
const FixedPhysical< UnitSystem, T, Exponents > | u, | |||
std::size_t | p | |||
) | [inline] |
physical::format::FormatSpec< UnitSystem >::FormatSpec | ( | std::string | n, | |
DynamicUnit< UnitSystem > | u, | |||
std::streamsize | p | |||
) | [inline] |
std::string physical::format::FormatSpec< UnitSystem >::unitname |
Definition at line 27 of file formatspec.hpp.
Referenced by physical::format::detail::format_to_spec().
unit_type physical::format::FormatSpec< UnitSystem >::unit |
Definition at line 28 of file formatspec.hpp.
Referenced by physical::format::detail::format_to_spec().
std::streamsize physical::format::FormatSpec< UnitSystem >::precision |
Definition at line 29 of file formatspec.hpp.
Referenced by physical::format::detail::format_to_spec().
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by 1.5.1-p1 | hosted on |