#include <HepHistID.h>
◆ ~HepHistID() [1/3]
| virtual HepHistID::~HepHistID |
( |
| ) |
|
|
inlinevirtual |
◆ HepHistID() [1/12]
| HepHistID::HepHistID |
( |
int | theNumber | ) |
|
◆ HepHistID() [2/12]
| HepHistID::HepHistID |
( |
const char * | theString | ) |
|
Definition at line 7 of file HepHistID.cxx.
8 : _numSet( false ), _stringSet( true ), _idNumber( 0 ), _idString( theString ) {}
◆ HepHistID() [3/12]
| HepHistID::HepHistID |
( |
int | theNumber, |
|
|
std::string | theString ) |
◆ HepHistID() [4/12]
| HepHistID::HepHistID |
( |
const HepHistID & | other | ) |
|
Definition at line 13 of file HepHistID.cxx.
14 : _numSet(
other._numSet )
15 , _stringSet(
other._stringSet )
16 , _idNumber(
other._idNumber )
17 , _idString(
other._idString ) {}
Index other(Index i, Index j)
◆ ~HepHistID() [2/3]
| virtual HepHistID::~HepHistID |
( |
| ) |
|
|
inlinevirtual |
◆ HepHistID() [5/12]
| HepHistID::HepHistID |
( |
int | theNumber | ) |
|
◆ HepHistID() [6/12]
| HepHistID::HepHistID |
( |
const char * | theString | ) |
|
◆ HepHistID() [7/12]
| HepHistID::HepHistID |
( |
int | theNumber, |
|
|
std::string | theString ) |
◆ HepHistID() [8/12]
| HepHistID::HepHistID |
( |
const HepHistID & | other | ) |
|
◆ ~HepHistID() [3/3]
| virtual HepHistID::~HepHistID |
( |
| ) |
|
|
inlinevirtual |
◆ HepHistID() [9/12]
| HepHistID::HepHistID |
( |
int | theNumber | ) |
|
◆ HepHistID() [10/12]
| HepHistID::HepHistID |
( |
const char * | theString | ) |
|
◆ HepHistID() [11/12]
| HepHistID::HepHistID |
( |
int | theNumber, |
|
|
std::string | theString ) |
◆ HepHistID() [12/12]
| HepHistID::HepHistID |
( |
const HepHistID & | other | ) |
|
◆ getIDnumber() [1/3]
| int HepHistID::getIDnumber |
( |
| ) |
const |
|
inline |
◆ getIDnumber() [2/3]
| int HepHistID::getIDnumber |
( |
| ) |
const |
|
inline |
◆ getIDnumber() [3/3]
| int HepHistID::getIDnumber |
( |
| ) |
const |
|
inline |
◆ getIDstring() [1/3]
| std::string HepHistID::getIDstring |
( |
| ) |
const |
|
inline |
◆ getIDstring() [2/3]
| std::string HepHistID::getIDstring |
( |
| ) |
const |
|
inline |
◆ getIDstring() [3/3]
| std::string HepHistID::getIDstring |
( |
| ) |
const |
|
inline |
◆ isIDnumberSet() [1/3]
| bool HepHistID::isIDnumberSet |
( |
| ) |
const |
|
inline |
◆ isIDnumberSet() [2/3]
| bool HepHistID::isIDnumberSet |
( |
| ) |
const |
|
inline |
◆ isIDnumberSet() [3/3]
| bool HepHistID::isIDnumberSet |
( |
| ) |
const |
|
inline |
◆ isIDstringSet() [1/3]
| bool HepHistID::isIDstringSet |
( |
| ) |
const |
|
inline |
◆ isIDstringSet() [2/3]
| bool HepHistID::isIDstringSet |
( |
| ) |
const |
|
inline |
◆ isIDstringSet() [3/3]
| bool HepHistID::isIDstringSet |
( |
| ) |
const |
|
inline |
◆ operator++() [1/6]
Definition at line 20 of file HepHistID.cxx.
20 {
21 if ( _numSet ) { ++_idNumber; };
22
23 return *this;
24}
◆ operator++() [2/6]
◆ operator++() [3/6]
◆ operator++() [4/6]
| const HepHistID HepHistID::operator++ |
( |
int | | ) |
|
Definition at line 27 of file HepHistID.cxx.
27 {
28
30
31 ++( *this );
32
33 return result;
34}
◆ operator++() [5/6]
| const HepHistID HepHistID::operator++ |
( |
int | | ) |
|
◆ operator++() [6/6]
| const HepHistID HepHistID::operator++ |
( |
int | | ) |
|
◆ operator--() [1/6]
Definition at line 37 of file HepHistID.cxx.
37 {
38 if ( _numSet ) { --_idNumber; };
39
40 return *this;
41}
◆ operator--() [2/6]
◆ operator--() [3/6]
◆ operator--() [4/6]
| const HepHistID HepHistID::operator-- |
( |
int | | ) |
|
Definition at line 44 of file HepHistID.cxx.
44 {
45
47
48 --( *this );
49
50 return result;
51}
◆ operator--() [5/6]
| const HepHistID HepHistID::operator-- |
( |
int | | ) |
|
◆ operator--() [6/6]
| const HepHistID HepHistID::operator-- |
( |
int | | ) |
|
The documentation for this class was generated from the following files: