Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
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 63 of file Teuchos_AbstractFactoryStd.hpp.

Member Typedef Documentation

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

Definition at line 66 of file Teuchos_AbstractFactoryStd.hpp.

Member Function Documentation

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

Definition at line 68 of file Teuchos_AbstractFactoryStd.hpp.


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