Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
Teuchos::ArrayRCP< void > Class Template Reference

Full specialization of ArrayRCP for T = void. More...

#include <Teuchos_ArrayRCPDecl.hpp>

Public Types

typedef void * pointer
 

Public Member Functions

 ArrayRCP ()
 Default constructor; thows an exception. More...
 

Detailed Description

template<>
class Teuchos::ArrayRCP< void >

Full specialization of ArrayRCP for T = void.

The generic implementation of ArrayRCP<T> does not make syntactic sense for T = void, because the reference and const_reference typedefs would resolve to the invalid "types" void& resp. const void&. This full template specialization ArrayRCP<void> neglects these invalid "types."

Definition at line 981 of file Teuchos_ArrayRCPDecl.hpp.

Member Typedef Documentation

typedef void* Teuchos::ArrayRCP< void >::pointer

Definition at line 993 of file Teuchos_ArrayRCPDecl.hpp.

Constructor & Destructor Documentation

Teuchos::ArrayRCP< void >::ArrayRCP ( )
inline

Default constructor; thows an exception.

Definition at line 1249 of file Teuchos_ArrayRCP.hpp.


The documentation for this class was generated from the following files: