MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
IterationPack::Algorithm::step_ptr_and_name< T_Step_ptr > Struct Template Reference

More...

Public Member Functions

 step_ptr_and_name (const T_Step_ptr &_step_ptr, const std::string &_name)
 

Public Attributes

T_Step_ptr step_ptr
 
std::string name
 

Detailed Description

template<class T_Step_ptr>
struct IterationPack::Algorithm::step_ptr_and_name< T_Step_ptr >

Definition at line 671 of file IterationPack_Algorithm.hpp.

Constructor & Destructor Documentation

template<class T_Step_ptr >
IterationPack::Algorithm::step_ptr_and_name< T_Step_ptr >::step_ptr_and_name ( const T_Step_ptr &  _step_ptr,
const std::string &  _name 
)
inline

Definition at line 673 of file IterationPack_Algorithm.hpp.

Member Data Documentation

template<class T_Step_ptr >
T_Step_ptr IterationPack::Algorithm::step_ptr_and_name< T_Step_ptr >::step_ptr

Definition at line 678 of file IterationPack_Algorithm.hpp.

template<class T_Step_ptr >
std::string IterationPack::Algorithm::step_ptr_and_name< T_Step_ptr >::name

Definition at line 680 of file IterationPack_Algorithm.hpp.


The documentation for this struct was generated from the following file: