GNU Octave  3.8.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::method_crefarg_elem< T, A > Class Template Reference

#include "action-container.h"

Inheritance diagram for action_container::method_crefarg_elem< T, A >:
Inheritance graph
[legend]
Collaboration diagram for action_container::method_crefarg_elem< T, A >:
Collaboration graph
[legend]

Public Member Functions

 method_crefarg_elem (T *obj, void(T::*method)(const A &), const A &arg)
void run (void)

Private Member Functions

 method_crefarg_elem (const method_crefarg_elem &)
method_crefarg_elem operator= (const method_crefarg_elem &)

Private Attributes

A e_arg
void(T::* e_method )(const A &)
T * e_obj

Detailed Description

template<class T, class A>
class action_container::method_crefarg_elem< T, A >

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

Constructor & Destructor Documentation

template<class T , class A >
action_container::method_crefarg_elem< T, A >::method_crefarg_elem ( T *  obj,
void(T::*)(const A &)  method,
const A arg 
)
inline

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

template<class T , class A >
action_container::method_crefarg_elem< T, A >::method_crefarg_elem ( const method_crefarg_elem< T, A > &  )
private

Member Function Documentation

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

Reimplemented from action_container::elem.

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

Member Data Documentation

template<class T , class A >
A action_container::method_crefarg_elem< T, A >::e_arg
private

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

template<class T , class A >
void(T::* action_container::method_crefarg_elem< T, A >::e_method)(const A &)
private

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

template<class T , class A >
T* action_container::method_crefarg_elem< T, A >::e_obj
private

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


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