|
Teuchos - Trilinos Tools Package
Version of the Day
|
Dummy specialization of ArrayRCP<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 void * | iterator_type |
| | |
| typedef void | value_type |
| | |
| typedef void * | pointer |
| | |
| typedef void * | const_pointer |
| | |
| typedef void | element_type |
| | |
| ArrayRCP () | |
| Default constructor, thows an exception. | |
Dummy specialization of ArrayRCP<void>.
ArrayRCP<void> cannot be parsed because of reference and const_reference typedefs resolving to "void &" and "const void &". This full template specialization ArrayRCP<void> neglects these. This will be mentioned in the context of Kokkos::DefaultSparseOps<void>. However, DefaultSparseOps<void> is never instantiated, and until there is a need (and the semantics have been decided), ArrayRCP<void> may not be instantiated either.
Definition at line 810 of file Teuchos_ArrayRCPDecl.hpp.
| typedef Teuchos_Ordinal Teuchos::ArrayRCP< void >::Ordinal |
Definition at line 817 of file Teuchos_ArrayRCPDecl.hpp.
| typedef Ordinal Teuchos::ArrayRCP< void >::size_type |
Definition at line 820 of file Teuchos_ArrayRCPDecl.hpp.
| typedef Ordinal Teuchos::ArrayRCP< void >::difference_type |
Definition at line 822 of file Teuchos_ArrayRCPDecl.hpp.
| typedef std::random_access_iterator_tag Teuchos::ArrayRCP< void >::iterator_category |
Definition at line 824 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void* Teuchos::ArrayRCP< void >::iterator_type |
Definition at line 826 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void Teuchos::ArrayRCP< void >::value_type |
Definition at line 828 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void* Teuchos::ArrayRCP< void >::pointer |
. .
Definition at line 834 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void* Teuchos::ArrayRCP< void >::const_pointer |
Definition at line 836 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void Teuchos::ArrayRCP< void >::element_type |
Definition at line 838 of file Teuchos_ArrayRCPDecl.hpp.
| Teuchos::ArrayRCP< void >::ArrayRCP | ( | ) | [inline] |
Default constructor, thows an exception.
Definition at line 752 of file Teuchos_ArrayRCP.hpp.
1.7.6.1