Gaudi Framework, version v23r4

Home   Generated: Mon Sep 17 2012
Public Member Functions | Public Attributes

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.

: m_min(m) {}

Member Function Documentation

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

Definition at line 41 of file KeyedObjectManager.cpp.

                                      {
        if ( j > m_min ) --j;
        return true;
      }

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 Mon Sep 17 2012 13:49:53 for Gaudi Framework, version v23r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004