Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Teuchos_ArrayRCPDecl.hpp File Reference
#include "Teuchos_RCP.hpp"
#include "Teuchos_Exceptions.hpp"
#include "Teuchos_ArrayViewDecl.hpp"
Include dependency graph for Teuchos_ArrayRCPDecl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Teuchos::ArrayRCP< T >
 Reference-counted smart pointer for managing arrays. More...
 
class  Teuchos::ArrayRCP< const T >
 Partial specialization of ArrayRCP for const T. More...
 
class  Teuchos::ArrayRCP< void >
 Full specialization of ArrayRCP for T = void. More...
 
class  Teuchos::ArrayRCP< const void >
 Dummy specialization of ArrayRCP<const void>. More...
 
class  Teuchos::NullIteratorTraits< ArrayRCP< T > >
 Traits specialization for ArrayRCP. More...
 

Namespaces

 Teuchos