|
Teuchos - Trilinos Tools Package Version of the Day
|
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 void * | iterator_type |
| | |
| typedef const void | value_type |
| | |
| typedef const void * | pointer |
| | |
| typedef const void * | const_pointer |
| | |
| typedef const void | element_type |
| | |
| ArrayRCP () | |
| Default constructor, thows an exception. | |
Dummy specialization of ArrayRCP<const void>.
See ArrayRCP<void> for details.
Definition at line 860 of file Teuchos_ArrayRCPDecl.hpp.
| typedef Teuchos_Ordinal Teuchos::ArrayRCP< const void >::Ordinal |
Definition at line 867 of file Teuchos_ArrayRCPDecl.hpp.
| typedef Ordinal Teuchos::ArrayRCP< const void >::size_type |
Definition at line 870 of file Teuchos_ArrayRCPDecl.hpp.
| typedef Ordinal Teuchos::ArrayRCP< const void >::difference_type |
Definition at line 872 of file Teuchos_ArrayRCPDecl.hpp.
| typedef std::random_access_iterator_tag Teuchos::ArrayRCP< const void >::iterator_category |
Definition at line 874 of file Teuchos_ArrayRCPDecl.hpp.
| typedef const void* Teuchos::ArrayRCP< const void >::iterator_type |
Definition at line 876 of file Teuchos_ArrayRCPDecl.hpp.
| typedef const void Teuchos::ArrayRCP< const void >::value_type |
Definition at line 878 of file Teuchos_ArrayRCPDecl.hpp.
| typedef const void* Teuchos::ArrayRCP< const void >::pointer |
. .
Definition at line 884 of file Teuchos_ArrayRCPDecl.hpp.
| typedef const void* Teuchos::ArrayRCP< const void >::const_pointer |
Definition at line 886 of file Teuchos_ArrayRCPDecl.hpp.
| typedef const void Teuchos::ArrayRCP< const void >::element_type |
Definition at line 888 of file Teuchos_ArrayRCPDecl.hpp.
| Teuchos::ArrayRCP< const void >::ArrayRCP | ( | ) | [inline] |
Default constructor, thows an exception.
Definition at line 765 of file Teuchos_ArrayRCP.hpp.
1.7.4