#include <dynamicexponents.hpp>
Public Member Functions | |
DynamicExponents () | |
DynamicExponents (const std::vector< int > &v) | |
template<class Exponents> | |
DynamicExponents (Exponents) | |
Public Attributes | |
std::vector< int > | exponents |
Classes | |
struct | append_to |
Definition at line 31 of file dynamicexponents.hpp.
physical::detail::DynamicExponents< UnitSystem >::DynamicExponents | ( | ) | [inline] |
Definition at line 34 of file dynamicexponents.hpp.
00035 : exponents(UnitSystem::number_baseunits,0) 00036 {};
physical::detail::DynamicExponents< UnitSystem >::DynamicExponents | ( | const std::vector< int > & | v | ) | [inline] |
physical::detail::DynamicExponents< UnitSystem >::DynamicExponents | ( | Exponents | ) | [inline] |
Definition at line 51 of file dynamicexponents.hpp.
References physical::detail::DynamicExponents< UnitSystem >::exponents.
00052 { 00053 boost::mpl::for_each<typename Exponents::dimensions>(append_to(exponents)); 00054 };
std::vector<int> physical::detail::DynamicExponents< UnitSystem >::exponents |
Definition at line 32 of file dynamicexponents.hpp.
Referenced by physical::detail::DynamicExponents< UnitSystem >::DynamicExponents(), physical::detail::operator+(), physical::detail::operator-(), and physical::detail::operator==().
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by 1.5.1-p1 | hosted on |