Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Teuchos::ArrayRCP< const void > Class Reference

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

#include <Teuchos_ArrayRCPDecl.hpp>

Public Types

typedef Teuchos_Ordinal Ordinal
 
typedef Ordinal size_type
 
typedef Ordinal difference_type
 
typedef std::random_access_iterator_tag iterator_category
 
typedef const voiditerator_type
 
typedef const void value_type
 
typedef const voidpointer
 
typedef const voidconst_pointer
 
typedef const void element_type
 

Public Member Functions

 ArrayRCP ()
 Default constructor; thows an exception.
 

Detailed Description

Dummy specialization of ArrayRCP<const void>.

See ArrayRCP<void> for details.

Definition at line 1006 of file Teuchos_ArrayRCPDecl.hpp.

Member Typedef Documentation

◆ Ordinal

Definition at line 1008 of file Teuchos_ArrayRCPDecl.hpp.

◆ size_type

Definition at line 1009 of file Teuchos_ArrayRCPDecl.hpp.

◆ difference_type

Definition at line 1010 of file Teuchos_ArrayRCPDecl.hpp.

◆ iterator_category

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

Definition at line 1011 of file Teuchos_ArrayRCPDecl.hpp.

◆ iterator_type

Definition at line 1012 of file Teuchos_ArrayRCPDecl.hpp.

◆ value_type

Definition at line 1013 of file Teuchos_ArrayRCPDecl.hpp.

◆ pointer

Definition at line 1018 of file Teuchos_ArrayRCPDecl.hpp.

◆ const_pointer

Definition at line 1019 of file Teuchos_ArrayRCPDecl.hpp.

◆ element_type

Definition at line 1020 of file Teuchos_ArrayRCPDecl.hpp.

Constructor & Destructor Documentation

◆ ArrayRCP()

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

Default constructor; thows an exception.


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