git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
50 lines
976 B
Groff
50 lines
976 B
Groff
.TH "eoIncrementor" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
eoIncrementor \- an \fBeoUpdater\fP that simply increments a counter
|
|
|
|
.PP
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
\fC#include <eoUpdater.h>\fP
|
|
.PP
|
|
Inherits \fBeoUpdater\fP.
|
|
.PP
|
|
.SS "Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBeoIncrementor\fP (T &_counter, T _stepsize=1)"
|
|
.br
|
|
.RI "\fIDefault Ctor - requires a reference to the thing to increment. \fP"
|
|
.ti -1c
|
|
.RI "virtual void \fBoperator()\fP ()"
|
|
.br
|
|
.RI "\fISimply increments. \fP"
|
|
.ti -1c
|
|
.RI "virtual std::string \fBclassName\fP (void) const "
|
|
.br
|
|
.in -1c
|
|
.SS "Private Attributes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "T & \fBcounter\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "T \fBstepsize\fP"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
|
|
.SS "template<class T> class eoIncrementor< T >"
|
|
an \fBeoUpdater\fP that simply increments a counter
|
|
.PP
|
|
Definition at line 50 of file eoUpdater.h.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for EO from the source code.
|