Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
Teuchos::DeallocNull< T > Class Template Reference

Policy class for deallocator for non-owned RCPs. More...

#include <Teuchos_RCPDecl.hpp>

Public Types

typedef T ptr_t
 Gives the type (required) More...
 

Public Member Functions

void free (T *ptr)
 Deallocates a pointer ptr using delete ptr (required). More...
 

Detailed Description

template<class T>
class Teuchos::DeallocNull< T >

Policy class for deallocator for non-owned RCPs.

Definition at line 996 of file Teuchos_RCPDecl.hpp.

Member Typedef Documentation

template<class T >
typedef T Teuchos::DeallocNull< T >::ptr_t

Gives the type (required)

Definition at line 1000 of file Teuchos_RCPDecl.hpp.

Member Function Documentation

template<class T >
void Teuchos::DeallocNull< T >::free ( T *  ptr)
inline

Deallocates a pointer ptr using delete ptr (required).

Definition at line 1002 of file Teuchos_RCPDecl.hpp.


The documentation for this class was generated from the following file: