|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
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 |
| | |
Default allocation policy class for AbstractFactoryStd which returns new T_impl().
Definition at line 63 of file Teuchos_AbstractFactoryStd.hpp.
| typedef Teuchos::RCP<T_impl> Teuchos::AllocatorNew< T_impl >::ptr_t |
Definition at line 66 of file Teuchos_AbstractFactoryStd.hpp.
| const ptr_t Teuchos::AllocatorNew< T_impl >::allocate | ( | ) | const [inline] |
Definition at line 68 of file Teuchos_AbstractFactoryStd.hpp.
1.7.6.1