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