#include <TrkId.h>
◆ TrkId() [1/9]
◆ TrkId() [2/9]
Definition at line 29 of file TrkId.cxx.
29 : _value( man->nextId() ), _idman( man ) {
30
31}
◆ TrkId() [3/9]
| TrkId::TrkId |
( |
const TrkId & | rhs | ) |
|
Definition at line 40 of file TrkId.cxx.
40 {
41
43 _value = rhs._value;
44}
TrkIdManager * idManager() const
◆ ~TrkId() [1/3]
◆ TrkId() [4/9]
◆ TrkId() [5/9]
◆ TrkId() [6/9]
| TrkId::TrkId |
( |
const TrkId & | | ) |
|
◆ ~TrkId() [2/3]
◆ TrkId() [7/9]
◆ TrkId() [8/9]
◆ TrkId() [9/9]
| TrkId::TrkId |
( |
const TrkId & | | ) |
|
◆ ~TrkId() [3/3]
◆ idManager() [1/3]
◆ idManager() [2/3]
◆ idManager() [3/3]
◆ operator long() [1/3]
| TrkId::operator long |
( |
| ) |
const |
|
inline |
◆ operator long() [2/3]
| TrkId::operator long |
( |
| ) |
const |
|
inline |
◆ operator long() [3/3]
| TrkId::operator long |
( |
| ) |
const |
|
inline |
◆ operator<() [1/3]
| bool TrkId::operator< |
( |
const TrkId & | other | ) |
const |
Definition at line 55 of file TrkId.cxx.
55 {
56
57
58
59
60
61
62
63
64
65
66 std::cout << " TrkId::operator<(const TrkId& other) const needs to be checked " << std::endl;
67 if ( _value <
other._value )
return true;
68 return false;
69}
Index other(Index i, Index j)
◆ operator<() [2/3]
| bool TrkId::operator< |
( |
const TrkId & | | ) |
const |
◆ operator<() [3/3]
| bool TrkId::operator< |
( |
const TrkId & | | ) |
const |
◆ operator=() [1/3]
Definition at line 47 of file TrkId.cxx.
47 {
48
50 _value = rhs._value;
51 return *this;
52}
◆ operator=() [2/3]
◆ operator=() [3/3]
◆ setIdManager() [1/3]
Definition at line 87 of file TrkId.cxx.
87 {
88
89 _idman = idMan;
90}
◆ setIdManager() [2/3]
◆ setIdManager() [3/3]
◆ setNewValue() [1/3]
| void TrkId::setNewValue |
( |
const TrkId & | source | ) |
|
Definition at line 73 of file TrkId.cxx.
73 {
74
76 assert( _idman != 0 );
78}
◆ setNewValue() [2/3]
| void TrkId::setNewValue |
( |
const TrkId & | | ) |
|
◆ setNewValue() [3/3]
| void TrkId::setNewValue |
( |
const TrkId & | | ) |
|
The documentation for this class was generated from the following files: