BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
IfdKey.cxx
Go to the documentation of this file.
1
//--------------------------------------------------------------------------
2
// File and Version Information:
3
// $Id: IfdKey.cxx,v 1.1.1.1 2005/04/21 01:18:05 zhangy Exp $
4
//
5
// Description:
6
//
7
// Author List:
8
// Ed Frank University of Pennsylvania
9
//
10
// History:
11
// Ed Frank 17 Nov 96 Creation of first version
12
//
13
// Bugs:
14
//
15
//------------------------------------------------------------------------
16
// #include "BaBar/BaBar.hh"
17
#include "ProxyDict/IfdKey.h"
18
#if !( defined( __GNUC__ ) && ( __GNUC__ < 3 ) && \
19
( __GNUC_MINOR__ < 95 ) )
// BABAR_IOSTREAMS_MIGRATION
20
using
std::ostream;
21
#endif
// BABAR_IOSTREAMS_MIGRATION
22
23
IfdKey::IfdKey
(
keyKind
kind ) :
_hashVal
( 0 ),
_myKeyKind
( kind ),
_myCardinality
( 0 ) {}
24
25
IfdKey::~IfdKey
() {}
26
27
void
IfdKey::add
(
const
IfdKey
& ) {
28
// only makes sense for the composite class.
29
30
assert( 0 );
31
}
32
33
void
IfdKey::make_vtab(
void
)
const
{
34
// bogus virtual non-inline routine to get vtab emitted.
35
}
36
37
ostream&
operator<<
( ostream& o,
const
IfdKey
& k ) {
38
k.
print
( o );
39
return
o;
40
}
operator<<
ostream & operator<<(ostream &o, const IfdKey &k)
Definition
IfdKey.cxx:37
IfdKey
Definition
InstallArea/x86_64-el9-gcc13-dbg/include/ProxyDict/IfdKey.h:48
IfdKey::_myKeyKind
keyKind _myKeyKind
Definition
InstallArea/x86_64-el9-gcc13-dbg/include/ProxyDict/IfdKey.h:113
IfdKey::_myCardinality
int _myCardinality
Definition
InstallArea/x86_64-el9-gcc13-dbg/include/ProxyDict/IfdKey.h:119
IfdKey::IfdKey
IfdKey(keyKind kind)
Definition
IfdKey.cxx:23
IfdKey::~IfdKey
virtual ~IfdKey()
Definition
IfdKey.cxx:25
IfdKey::_hashVal
unsigned int _hashVal
Definition
InstallArea/x86_64-el9-gcc13-dbg/include/ProxyDict/IfdKey.h:80
IfdKey::add
virtual void add(const IfdKey &)
Definition
IfdKey.cxx:27
IfdKey::keyKind
keyKind
Definition
InstallArea/x86_64-el9-gcc13-dbg/include/ProxyDict/IfdKey.h:87
IfdKey::print
virtual void print(std::ostream &o) const =0
8.0.0
BOSS_Source
Reconstruction
MdcPatRec
ProxyDict
src
IfdKey.cxx
Generated by
1.16.1