Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos::AllocatorNew< T_impl > Class Template Reference

Default allocation policy class for AbstractFactoryStd which returns new T_impl(). More...

#include <Teuchos_AbstractFactoryStd.hpp>

Public Types

typedef Teuchos::RCP< T_impl > ptr_t

Public Member Functions

const ptr_t allocate () const

Detailed Description

template<class T_impl>
class Teuchos::AllocatorNew< T_impl >

Default allocation policy class for AbstractFactoryStd which returns new T_impl().

Definition at line 31 of file Teuchos_AbstractFactoryStd.hpp.

Member Typedef Documentation

◆ ptr_t

template<class T_impl>
typedef Teuchos::RCP<T_impl> Teuchos::AllocatorNew< T_impl >::ptr_t

Definition at line 34 of file Teuchos_AbstractFactoryStd.hpp.

Member Function Documentation

◆ allocate()

template<class T_impl>
const ptr_t Teuchos::AllocatorNew< T_impl >::allocate ( ) const
inline

Definition at line 36 of file Teuchos_AbstractFactoryStd.hpp.


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