Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos::DeallocArrayDelete< T > Class Template Reference

Deallocator class that uses delete [] to delete memory allocated uisng new []. More...

#include <Teuchos_RCPDecl.hpp>

Public Types

typedef T ptr_t
 Gives the type (required).

Public Member Functions

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

Detailed Description

template<class T>
class Teuchos::DeallocArrayDelete< T >

Deallocator class that uses delete [] to delete memory allocated uisng new [].

Definition at line 998 of file Teuchos_RCPDecl.hpp.

Member Typedef Documentation

◆ ptr_t

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

Gives the type (required).

Definition at line 1002 of file Teuchos_RCPDecl.hpp.

Member Function Documentation

◆ free()

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

Deallocates a pointer ptr using delete [] ptr (required).

Definition at line 1004 of file Teuchos_RCPDecl.hpp.


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