ircproxy The Ultimate Cyborg |
#include <Counter.h>
This class increments/decrements a Counter object.
Definition at line 56 of file Counter.h.
Public Member Functions | |
Increment (Counter &counter) | |
Constructor; increment reference counter counter. | |
~Increment () | |
Destructor: decrement reference counter. | |
Private Attributes | |
Counter & | M_counter |
A reference to the underlying counter. |
Increment::Increment | ( | Counter & | counter | ) | [inline] |
Increment::~Increment | ( | ) | [inline] |
Counter& Increment::M_counter [private] |
A reference to the underlying counter.
Definition at line 58 of file Counter.h.
Referenced by Increment(), and ~Increment().
Copyright © 2005-2007 Carlo Wood. All rights reserved. |
---|