Panzer  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
panzer::TypeAssocMap< TypesVector, ValueType >::BuildObjects< BuilderOpT > Struct Template Reference

This struct helps will build the values stored in the map. More...

#include <Panzer_TypeAssocMap.hpp>

Public Member Functions

 BuildObjects (std::vector< ValueType > &mv, const BuilderOpT &builder)
 
template<typename T >
void operator() (T) const
 

Public Attributes

std::vector< ValueType > & mv_
 
const BuilderOpT & builder_
 

Detailed Description

template<typename TypesVector, typename ValueType>
template<typename BuilderOpT>
struct panzer::TypeAssocMap< TypesVector, ValueType >::BuildObjects< BuilderOpT >

This struct helps will build the values stored in the map.

Definition at line 88 of file Panzer_TypeAssocMap.hpp.

Constructor & Destructor Documentation

template<typename TypesVector , typename ValueType >
template<typename BuilderOpT >
panzer::TypeAssocMap< TypesVector, ValueType >::BuildObjects< BuilderOpT >::BuildObjects ( std::vector< ValueType > &  mv,
const BuilderOpT &  builder 
)
inline

Definition at line 91 of file Panzer_TypeAssocMap.hpp.

Member Function Documentation

template<typename TypesVector , typename ValueType >
template<typename BuilderOpT >
template<typename T >
void panzer::TypeAssocMap< TypesVector, ValueType >::BuildObjects< BuilderOpT >::operator() ( ) const
inline

Definition at line 93 of file Panzer_TypeAssocMap.hpp.

Member Data Documentation

template<typename TypesVector , typename ValueType >
template<typename BuilderOpT >
std::vector<ValueType>& panzer::TypeAssocMap< TypesVector, ValueType >::BuildObjects< BuilderOpT >::mv_

Definition at line 89 of file Panzer_TypeAssocMap.hpp.

template<typename TypesVector , typename ValueType >
template<typename BuilderOpT >
const BuilderOpT& panzer::TypeAssocMap< TypesVector, ValueType >::BuildObjects< BuilderOpT >::builder_

Definition at line 90 of file Panzer_TypeAssocMap.hpp.


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