GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
action_container::delete_ptr_elem< T > Class Template Reference

#include "action-container.h"

Inheritance diagram for action_container::delete_ptr_elem< T >:
Inheritance graph
[legend]
Collaboration diagram for action_container::delete_ptr_elem< T >:
Collaboration graph
[legend]

Public Member Functions

 delete_ptr_elem (T *ptr)
 
void run (void)
 

Private Member Functions

 delete_ptr_elem (const delete_ptr_elem &)
 
delete_ptr_elem operator= (const delete_ptr_elem &)
 

Private Attributes

T * e_ptr
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

template<class T >
action_container::delete_ptr_elem< T >::delete_ptr_elem ( const delete_ptr_elem< T > &  )
private

Member Function Documentation

template<class T >
delete_ptr_elem action_container::delete_ptr_elem< T >::operator= ( const delete_ptr_elem< T > &  )
private
template<class T >
void action_container::delete_ptr_elem< T >::run ( void  )
inlinevirtual

Reimplemented from action_container::elem.

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

Member Data Documentation

template<class T >
T* action_container::delete_ptr_elem< T >::e_ptr
private

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


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