ACE  6.0.8
Public Member Functions | Public Attributes
ACE_Utils::Auto_Functor_Ref< X, Functor > Class Template Reference

Helper class to implement assignment and copy-construction as expected. More...

#include <Auto_Functor.h>

List of all members.

Public Member Functions

 Auto_Functor_Ref (X *p, Functor f)

Public Attributes

X * p_
Functor f_

Detailed Description

template<typename X, typename Functor>
class ACE_Utils::Auto_Functor_Ref< X, Functor >

Helper class to implement assignment and copy-construction as expected.


Constructor & Destructor Documentation

template<typename X , typename Functor >
ACE_Utils::Auto_Functor_Ref< X, Functor >::Auto_Functor_Ref ( X *  p,
Functor  f 
) [inline]

Member Data Documentation

template<typename X , typename Functor >
Functor ACE_Utils::Auto_Functor_Ref< X, Functor >::f_
template<typename X , typename Functor >
X* ACE_Utils::Auto_Functor_Ref< X, Functor >::p_

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines