Gaudi Framework, version v20r2

Generated: 18 Jul 2008

Containers::array::decrement Struct Reference

List of all members.

Detailed Description

Definition at line 38 of file KeyedObjectManager.cpp.

Public Member Functions

 decrement (long m)
bool operator() (long &j) const

Public Attributes

long m_min


Constructor & Destructor Documentation

Containers::array::decrement::decrement ( long  m  )  [inline]

Definition at line 40 of file KeyedObjectManager.cpp.

00040 : m_min(m) {}


Member Function Documentation

bool Containers::array::decrement::operator() ( long &  j  )  const [inline]

Definition at line 41 of file KeyedObjectManager.cpp.

References m_min.

00041                                       {
00042         if ( j > m_min ) --j;
00043         return true;
00044       }


Member Data Documentation

long Containers::array::decrement::m_min

Definition at line 39 of file KeyedObjectManager.cpp.

Referenced by operator()().


The documentation for this struct was generated from the following file:
Generated at Fri Jul 18 12:10:13 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004