Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Containers::array::decrement Struct Reference

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

long Containers::array::decrement::m_min

Definition at line 39 of file KeyedObjectManager.cpp.


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

Generated at Wed Dec 4 2013 14:33:20 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004