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

#include <format.hpp>

List of all members.

Public Member Functions

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

Public Attributes

FormatSpec< UnitSystem > spec


Detailed Description

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

Definition at line 46 of file format.hpp.


Constructor & Destructor Documentation

template<class UnitSystem>
physical::format::formatter< UnitSystem >::formatter ( const FormatSpec< UnitSystem > &  s  )  [inline]

Definition at line 48 of file format.hpp.

00048 : spec(s) {};


Member Function Documentation

template<class UnitSystem>
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);};


Member Data Documentation

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

Definition at line 47 of file format.hpp.

Referenced by physical::format::formatter< UnitSystem >::operator()().


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