Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondCore
ORA
interface
Reference.h
Go to the documentation of this file.
1
#ifndef INCLUDE_ORA_REFERENCE_H
2
#define INCLUDE_ORA_REFERENCE_H
3
4
#include "
OId.h
"
5
6
namespace
ora {
7
8
class
Reference
{
9
public
:
10
Reference
( );
11
explicit
Reference
(
const
OId
&
oid
);
12
Reference
(
const
Reference
& rhs );
13
virtual
~Reference
();
14
Reference
&
operator=
(
const
Reference
& rhs );
15
void
set
(
const
OId
& oid );
16
OId
oid
()
const
;
17
private
:
18
int
m_containerId
;
19
int
m_itemId
;
20
};
21
22
}
23
24
#endif
25
26
27
OId.h
ora::Reference::Reference
Reference()
Definition:
Reference.cc:3
ora::Reference::oid
OId oid() const
Definition:
Reference.cc:32
ora::OId
Definition:
OId.h:8
ora::Reference::operator=
Reference & operator=(const Reference &rhs)
Definition:
Reference.cc:21
ora::Reference::m_itemId
int m_itemId
Definition:
Reference.h:19
ora::Reference
Definition:
Reference.h:8
ora::Reference::~Reference
virtual ~Reference()
Definition:
Reference.cc:18
ora::Reference::m_containerId
int m_containerId
Definition:
Reference.h:18
ora::Reference::set
void set(const OId &oid)
Definition:
Reference.cc:27
Generated for CMSSW Reference Manual by
1.8.5