Gaudi Framework, version v24r2
Home
Generated: Wed Dec 4 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiKernel
GaudiKernel
ObjectContainerBase.h
Go to the documentation of this file.
1
// $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/ObjectContainerBase.h,v 1.5 2008/10/09 16:46:49 marcocle Exp $
2
#ifndef GAUDI_OBJECTCONTAINERBASE_H
3
#define GAUDI_OBJECTCONTAINERBASE_H 1
4
5
// Include files
6
#include "
GaudiKernel/Kernel.h
"
7
#include "
GaudiKernel/DataObject.h
"
8
9
// Forward declarations
10
class
ContainedObject
;
11
20
class
GAUDI_API
ObjectContainerBase
:
public
DataObject
{
21
22
protected
:
23
25
ObjectContainerBase
() { }
26
28
virtual
~ObjectContainerBase
() { }
29
30
public
:
31
33
typedef
size_t
size_type
;
34
36
virtual
long
index(
const
ContainedObject
* obj )
const
= 0;
37
39
virtual
ContainedObject
* containedObject(
long
dist )
const
= 0;
40
42
virtual
size_type
numberOfObjects()
const
= 0;
43
47
virtual
long
add
(
ContainedObject
* pObject) = 0;
48
52
virtual
long
remove
(
ContainedObject
* value) = 0;
53
54
private
:
55
};
56
57
#endif // GAUDI_OBJECTCONTAINERBASE_H
Generated at Wed Dec 4 2013 14:33:09 for Gaudi Framework, version v24r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004