Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
Teuchos::ArrayRCP< const void > Class Template Reference

Dummy specialization of ArrayRCP<const void>. More...

#include <Teuchos_ArrayRCPDecl.hpp>

List of all members.

Public Types

typedef Teuchos_Ordinal Ordinal
typedef Ordinal size_type
typedef Ordinal difference_type
typedef
std::random_access_iterator_tag 
iterator_category
typedef const void * iterator_type
typedef const void value_type
typedef const void * pointer
typedef const void * const_pointer
typedef const void element_type

Public Member Functions

 ArrayRCP ()
 Default constructor; thows an exception.

Detailed Description

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

Dummy specialization of ArrayRCP<const void>.

See ArrayRCP<void> for details.

Definition at line 1015 of file Teuchos_ArrayRCPDecl.hpp.


Member Typedef Documentation

typedef Teuchos_Ordinal Teuchos::ArrayRCP< const void >::Ordinal

Definition at line 1017 of file Teuchos_ArrayRCPDecl.hpp.

typedef Ordinal Teuchos::ArrayRCP< const void >::size_type

Definition at line 1018 of file Teuchos_ArrayRCPDecl.hpp.

typedef Ordinal Teuchos::ArrayRCP< const void >::difference_type

Definition at line 1019 of file Teuchos_ArrayRCPDecl.hpp.

typedef std::random_access_iterator_tag Teuchos::ArrayRCP< const void >::iterator_category

Definition at line 1020 of file Teuchos_ArrayRCPDecl.hpp.

typedef const void* Teuchos::ArrayRCP< const void >::iterator_type

Definition at line 1021 of file Teuchos_ArrayRCPDecl.hpp.

typedef const void Teuchos::ArrayRCP< const void >::value_type

Definition at line 1022 of file Teuchos_ArrayRCPDecl.hpp.

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

Definition at line 1027 of file Teuchos_ArrayRCPDecl.hpp.

typedef const void* Teuchos::ArrayRCP< const void >::const_pointer

Definition at line 1028 of file Teuchos_ArrayRCPDecl.hpp.

typedef const void Teuchos::ArrayRCP< const void >::element_type

Definition at line 1029 of file Teuchos_ArrayRCPDecl.hpp.


Constructor & Destructor Documentation

Teuchos::ArrayRCP< const void >::ArrayRCP ( ) [inline]

Default constructor; thows an exception.

Definition at line 1269 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