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::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) More...
 

Public Member Functions

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

Detailed Description

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

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

Definition at line 1018 of file Teuchos_RCPDecl.hpp.

Member Typedef Documentation

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

Gives the type (required)

Definition at line 1022 of file Teuchos_RCPDecl.hpp.

Member Function Documentation

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

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

Definition at line 1024 of file Teuchos_RCPDecl.hpp.


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