Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Sacado::TemplateManager< TypeSeq, BaseT, ObjectT >::DefaultBuilderOp Struct Reference

The default builder class for building objects for each ScalarT. More...

#include <Sacado_TemplateManager.hpp>

Public Member Functions

template<class ScalarT >
Teuchos::RCP< BaseT > build () const
 Returns a new rcp for an object of type ObjectT<ScalarT> More...
 

Detailed Description

template<typename TypeSeq, typename BaseT, typename ObjectT>
struct Sacado::TemplateManager< TypeSeq, BaseT, ObjectT >::DefaultBuilderOp

The default builder class for building objects for each ScalarT.

Definition at line 102 of file Sacado_TemplateManager.hpp.

Member Function Documentation

template<typename TypeSeq, typename BaseT, typename ObjectT>
template<class ScalarT >
Teuchos::RCP<BaseT> Sacado::TemplateManager< TypeSeq, BaseT, ObjectT >::DefaultBuilderOp::build ( ) const
inline

Returns a new rcp for an object of type ObjectT<ScalarT>

Definition at line 106 of file Sacado_TemplateManager.hpp.


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