|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_ArrayRCP.hpp>
Public Types | |
| typedef T2 | ptr_t |
Public Member Functions | |
| ArcpReinterpretCastEmbeddedObj () | |
| ArcpReinterpretCastEmbeddedObj (const ArrayRCP< T1 > &arcp_pod) | |
| ~ArcpReinterpretCastEmbeddedObj () | |
| ArcpReinterpretCastEmbeddedObj & | operator= (const ArcpReinterpretCastEmbeddedObj &arceo) |
Private Member Functions | |
| void | freeMemory () |
Private Attributes | |
| ArrayRCP< T1 > | arcp_pod_ |
Definition at line 79 of file Teuchos_ArrayRCP.hpp.
| typedef T2 Teuchos::ArcpReinterpretCastEmbeddedObj< T2, T1 >::ptr_t |
Definition at line 82 of file Teuchos_ArrayRCP.hpp.
| Teuchos::ArcpReinterpretCastEmbeddedObj< T2, T1 >::ArcpReinterpretCastEmbeddedObj | ( | ) | [inline] |
Definition at line 83 of file Teuchos_ArrayRCP.hpp.
| Teuchos::ArcpReinterpretCastEmbeddedObj< T2, T1 >::ArcpReinterpretCastEmbeddedObj | ( | const ArrayRCP< T1 > & | arcp_pod | ) | [inline] |
Definition at line 86 of file Teuchos_ArrayRCP.hpp.
| Teuchos::ArcpReinterpretCastEmbeddedObj< T2, T1 >::~ArcpReinterpretCastEmbeddedObj | ( | ) | [inline] |
Definition at line 90 of file Teuchos_ArrayRCP.hpp.
| ArcpReinterpretCastEmbeddedObj& Teuchos::ArcpReinterpretCastEmbeddedObj< T2, T1 >::operator= | ( | const ArcpReinterpretCastEmbeddedObj< T2, T1 > & | arceo | ) | [inline] |
Definition at line 93 of file Teuchos_ArrayRCP.hpp.
| void Teuchos::ArcpReinterpretCastEmbeddedObj< T2, T1 >::freeMemory | ( | ) | [inline, private] |
Definition at line 101 of file Teuchos_ArrayRCP.hpp.
ArrayRCP<T1> Teuchos::ArcpReinterpretCastEmbeddedObj< T2, T1 >::arcp_pod_ [private] |
Definition at line 100 of file Teuchos_ArrayRCP.hpp.
1.7.6.1