Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Full specialization of ArrayRCP for T = 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 |
Public Member Functions | |
ArrayRCP () | |
Default constructor; thows an exception. More... | |
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.
typedef Teuchos_Ordinal Teuchos::ArrayRCP< void >::Ordinal |
Definition at line 983 of file Teuchos_ArrayRCPDecl.hpp.
typedef Ordinal Teuchos::ArrayRCP< void >::size_type |
Definition at line 984 of file Teuchos_ArrayRCPDecl.hpp.
typedef Ordinal Teuchos::ArrayRCP< void >::difference_type |
Definition at line 985 of file Teuchos_ArrayRCPDecl.hpp.
typedef std::random_access_iterator_tag Teuchos::ArrayRCP< void >::iterator_category |
Definition at line 986 of file Teuchos_ArrayRCPDecl.hpp.
typedef void* Teuchos::ArrayRCP< void >::iterator_type |
Definition at line 987 of file Teuchos_ArrayRCPDecl.hpp.
typedef void Teuchos::ArrayRCP< void >::value_type |
Definition at line 988 of file Teuchos_ArrayRCPDecl.hpp.
typedef void* Teuchos::ArrayRCP< void >::pointer |
Definition at line 993 of file Teuchos_ArrayRCPDecl.hpp.
typedef void* Teuchos::ArrayRCP< void >::const_pointer |
Definition at line 994 of file Teuchos_ArrayRCPDecl.hpp.
typedef void Teuchos::ArrayRCP< void >::element_type |
Definition at line 995 of file Teuchos_ArrayRCPDecl.hpp.
|
inline |
Default constructor; thows an exception.
Definition at line 1249 of file Teuchos_ArrayRCP.hpp.