|
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 948 of file Teuchos_ArrayRCPDecl.hpp.
| typedef Teuchos_Ordinal Teuchos::ArrayRCP< void >::Ordinal |
Definition at line 950 of file Teuchos_ArrayRCPDecl.hpp.
| typedef Ordinal Teuchos::ArrayRCP< void >::size_type |
Definition at line 951 of file Teuchos_ArrayRCPDecl.hpp.
| typedef Ordinal Teuchos::ArrayRCP< void >::difference_type |
Definition at line 952 of file Teuchos_ArrayRCPDecl.hpp.
| typedef std::random_access_iterator_tag Teuchos::ArrayRCP< void >::iterator_category |
Definition at line 953 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void* Teuchos::ArrayRCP< void >::iterator_type |
Definition at line 954 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void Teuchos::ArrayRCP< void >::value_type |
Definition at line 955 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void* Teuchos::ArrayRCP< void >::pointer |
Definition at line 960 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void* Teuchos::ArrayRCP< void >::const_pointer |
Definition at line 961 of file Teuchos_ArrayRCPDecl.hpp.
| typedef void Teuchos::ArrayRCP< void >::element_type |
Definition at line 962 of file Teuchos_ArrayRCPDecl.hpp.
|
inline |
Default constructor; thows an exception.
Definition at line 1217 of file Teuchos_ArrayRCP.hpp.
1.8.5