13#ifndef TEUCHOS_DUMMYOBJECTGETTER_HPP 
   14#define TEUCHOS_DUMMYOBJECTGETTER_HPP 
Class for retrieving a dummy object of type T.
 
static RCP< T > getDummyObject()
Retrieves a dummy object of type T.
 
Smart reference counting pointer class for automatic garbage collection.
 
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...
 
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.