Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

Containers::array::decrement Struct Reference

List of all members.

Public Member Functions

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

Public Attributes

long m_min


Detailed Description

Definition at line 38 of file KeyedObjectManager.cpp.


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.

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


Member Data Documentation

Definition at line 39 of file KeyedObjectManager.cpp.


The documentation for this struct was generated from the following file:

Generated at Mon May 3 12:28:15 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004