physical::format::formatted< UnitSystem > Struct Template Reference

#include <format.hpp>

List of all members.

Public Member Functions

 formatted (const DynamicPhysical< UnitSystem > &q, const FormatSpec< UnitSystem > &s)

Public Attributes

FormatSpec< UnitSystem > spec
DynamicPhysical< UnitSystem > quantity


Detailed Description

template<class UnitSystem>
struct physical::format::formatted< UnitSystem >

Definition at line 38 of file format.hpp.


Constructor & Destructor Documentation

template<class UnitSystem>
physical::format::formatted< UnitSystem >::formatted ( const DynamicPhysical< UnitSystem > &  q,
const FormatSpec< UnitSystem > &  s 
) [inline]

Definition at line 41 of file format.hpp.

00041 : quantity(q), spec(s) {};


Member Data Documentation

template<class UnitSystem>
FormatSpec<UnitSystem> physical::format::formatted< UnitSystem >::spec

Definition at line 39 of file format.hpp.

template<class UnitSystem>
DynamicPhysical<UnitSystem> physical::format::formatted< UnitSystem >::quantity

Definition at line 40 of file format.hpp.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by  doxygen 1.5.1-p1
hosted on SourceForge.net Logo