#include "Teuchos_any.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
| namespace | Teuchos::PrivateUtilityPack |
Classes | |
| class | Teuchos::RCP< T > |
| Smart reference counting pointer class for automatic garbage collection. More... | |
| class | Teuchos::TypeNameTraits< RCP< T > > |
| Traits specialization. More... | |
| class | Teuchos::DeallocDelete< T > |
Policy class for deallocator that uses delete to delete a pointer which is used by RCP. More... | |
| class | Teuchos::DeallocArrayDelete< T > |
Deallocator class that uses delete [] to delete memory allocated uisng new []. More... | |
| class | Teuchos::DeallocFunctorDelete< T, DeleteFunctor > |
| Deallocator subclass that Allows any functor object (including a function pointer) to be used to free an object. More... | |
| class | Teuchos::DeallocFunctorHandleDelete< T, DeleteHandleFunctor > |
| Deallocator subclass that Allows any functor object (including a function pointer) to be used to free a handle (i.e. pointer to pointer) to an object. More... | |
Defines | |
| #define | REFCOUNTPTR_INLINE |
Definition in file Teuchos_RCPDecl.hpp.
1.4.7