ACE  6.1.0
Public Member Functions | Protected Attributes
ACE_Auto_IncDec< ACE_SAFELY_INCREMENTABLE_DECREMENTABLE > Class Template Reference

This class automatically increments and decrements a parameterized counter. More...

#include <Auto_IncDec_T.h>

Inheritance diagram for ACE_Auto_IncDec< ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >:
Inheritance graph
[legend]
Collaboration diagram for ACE_Auto_IncDec< ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ACE_Auto_IncDec (ACE_SAFELY_INCREMENTABLE_DECREMENTABLE &counter)
 Implicitly increment the counter.
 ~ACE_Auto_IncDec (void)
 Implicitly decrement the counter.
void dump (void) const
 Dump the state of an object.

Protected Attributes

ACE_SAFELY_INCREMENTABLE_DECREMENTABLE & counter_

Detailed Description

template<class ACE_SAFELY_INCREMENTABLE_DECREMENTABLE>
class ACE_Auto_IncDec< ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >

This class automatically increments and decrements a parameterized counter.

This data structure is meant to be used within a method, function, or scope. The actual parameter given for the ACE_SAFELY_INCREMENTABLE_DECREMENTABLE template parameter must provide at least operators ++ and --.


Constructor & Destructor Documentation

template<class ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >
ACE_Auto_IncDec< ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >::ACE_Auto_IncDec ( ACE_SAFELY_INCREMENTABLE_DECREMENTABLE &  counter) [inline]

Implicitly increment the counter.

template<class ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >
ACE_Auto_IncDec< ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >::~ACE_Auto_IncDec ( void  ) [inline]

Implicitly decrement the counter.


Member Function Documentation

template<class ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >
void ACE_Auto_IncDec< ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >::dump ( void  ) const

Dump the state of an object.


Member Data Documentation

template<class ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >
ACE_SAFELY_INCREMENTABLE_DECREMENTABLE& ACE_Auto_IncDec< ACE_SAFELY_INCREMENTABLE_DECREMENTABLE >::counter_ [protected]

Reference to the ACE_SAFELY_INCREMENTABLE_DECREMENTABLE counter we're incrementing/decrementing.


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