GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
action_container::delete_ptr_elem< T > Class Template Reference

#include "action-container.h"

Inheritance diagram for action_container::delete_ptr_elem< T >:
Collaboration diagram for action_container::delete_ptr_elem< T >:

Public Member Functions

 delete_ptr_elem (const delete_ptr_elem &)=delete
 
 delete_ptr_elem (T *ptr)
 
delete_ptr_elem operator= (const delete_ptr_elem &)=delete
 
void run (void)
 

Private Attributes

T * m_ptr
 

Detailed Description

template<typename T>
class action_container::delete_ptr_elem< T >

Definition at line 115 of file action-container.h.

Constructor & Destructor Documentation

◆ delete_ptr_elem() [1/2]

template<typename T >
action_container::delete_ptr_elem< T >::delete_ptr_elem ( T *  ptr)
inline

Definition at line 119 of file action-container.h.

◆ delete_ptr_elem() [2/2]

template<typename T >
action_container::delete_ptr_elem< T >::delete_ptr_elem ( const delete_ptr_elem< T > &  )
delete

Member Function Documentation

◆ operator=()

template<typename T >
delete_ptr_elem action_container::delete_ptr_elem< T >::operator= ( const delete_ptr_elem< T > &  )
delete

◆ run()

template<typename T >
void action_container::delete_ptr_elem< T >::run ( void  )
inlinevirtual

Reimplemented from action_container::elem.

Definition at line 128 of file action-container.h.

Member Data Documentation

◆ m_ptr

template<typename T >
T* action_container::delete_ptr_elem< T >::m_ptr
private

Definition at line 132 of file action-container.h.


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