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::DeallocDelete< T > Class Template Reference

Policy class for deallocator that uses delete to delete a pointer which is used by RCP. 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::DeallocDelete< T >

Policy class for deallocator that uses delete to delete a pointer which is used by RCP.

Examples:
test/MemoryManagement/RCP_test.cpp.

Definition at line 1002 of file Teuchos_RCPDecl.hpp.

Member Typedef Documentation

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

Gives the type (required)

Definition at line 1006 of file Teuchos_RCPDecl.hpp.

Member Function Documentation

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

Deallocates a pointer ptr using delete ptr (required).

Definition at line 1008 of file Teuchos_RCPDecl.hpp.


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