physical::detail::DynamicExponents< UnitSystem >::append_to Struct Reference

#include <dynamicexponents.hpp>

List of all members.

Public Member Functions

 append_to (std::vector< int > &v)
void operator() (int t)

Public Attributes

std::vector< int > & vec


Detailed Description

template<class UnitSystem>
struct physical::detail::DynamicExponents< UnitSystem >::append_to

Definition at line 43 of file dynamicexponents.hpp.


Constructor & Destructor Documentation

template<class UnitSystem>
physical::detail::DynamicExponents< UnitSystem >::append_to::append_to ( std::vector< int > &  v  )  [inline]

Definition at line 45 of file dynamicexponents.hpp.

00045 :vec(v) {};


Member Function Documentation

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


Member Data Documentation

template<class UnitSystem>
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()().


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