#include <format.hpp>
Public Member Functions | |
formatter (const FormatSpec< UnitSystem > &s) | |
formatted< UnitSystem > | operator() (const DynamicPhysical< UnitSystem > &q) |
Public Attributes | |
FormatSpec< UnitSystem > | spec |
Definition at line 46 of file format.hpp.
physical::format::formatter< UnitSystem >::formatter | ( | const FormatSpec< UnitSystem > & | s | ) | [inline] |
formatted<UnitSystem> physical::format::formatter< UnitSystem >::operator() | ( | const DynamicPhysical< UnitSystem > & | q | ) | [inline] |
Definition at line 49 of file format.hpp.
References physical::format::formatter< UnitSystem >::spec.
00049 {return formatted<UnitSystem>(q, spec);};
FormatSpec<UnitSystem> physical::format::formatter< UnitSystem >::spec |
Definition at line 47 of file format.hpp.
Referenced by physical::format::formatter< UnitSystem >::operator()().
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by 1.5.1-p1 | hosted on |