#include <dynamicexponents.hpp>
Public Member Functions | |
append_to (std::vector< int > &v) | |
void | operator() (int t) |
Public Attributes | |
std::vector< int > & | vec |
Definition at line 43 of file dynamicexponents.hpp.
physical::detail::DynamicExponents< UnitSystem >::append_to::append_to | ( | std::vector< int > & | v | ) | [inline] |
void physical::detail::DynamicExponents< UnitSystem >::append_to::operator() | ( | int | t | ) | [inline] |
Definition at line 46 of file dynamicexponents.hpp.
References physical::detail::DynamicExponents< UnitSystem >::append_to::vec.
00046 { vec.push_back(t); };
std::vector<int>& physical::detail::DynamicExponents< UnitSystem >::append_to::vec |
Definition at line 44 of file dynamicexponents.hpp.
Referenced by physical::detail::DynamicExponents< UnitSystem >::append_to::operator()().
Generated on Mon Apr 2 22:25:08 2007 for physical_svn by 1.5.1-p1 | hosted on |