Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:33:01 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004