Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Teuchos::ArrayRCP< const T > Class Template Reference

Partial specialization of ArrayRCP for const T. More...

#include <Teuchos_ArrayRCPDecl.hpp>

List of all members.

Public Member Functions

ArrayRCP< const T > getConst () const
 Return const reference to the array.

Detailed Description

template<class T>
class Teuchos::ArrayRCP< const T >

Partial specialization of ArrayRCP for const T.

The main documentation for ArrayRCP explains why this class needs a partial specialization for const types.

Definition at line 845 of file Teuchos_ArrayRCPDecl.hpp.


Member Function Documentation

template<class T >
ArrayRCP< const T > Teuchos::ArrayRCP< const T >::getConst ( ) const [inline]

Return const reference to the array.

This method has a trivial implementation for the const T specialization of ArrayRCP.

Definition at line 651 of file Teuchos_ArrayRCP.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines