#include <TrkHistory.h>
◆ TrkHistory() [1/6]
TrkHistory::TrkHistory |
( |
| ) |
|
◆ TrkHistory() [2/6]
TrkHistory::TrkHistory |
( |
const TrkErrCode & |
err, |
|
|
const char * |
modname |
|
) |
| |
Definition at line 21 of file TrkHistory.cxx.
21 :
22 _err(err),_mod(modname)
23{}
◆ TrkHistory() [3/6]
TrkHistory::TrkHistory |
( |
const TrkHistory & |
other | ) |
|
Definition at line 25 of file TrkHistory.cxx.
27{}
Index other(Index i, Index j)
◆ ~TrkHistory() [1/2]
TrkHistory::~TrkHistory |
( |
| ) |
|
◆ TrkHistory() [4/6]
TrkHistory::TrkHistory |
( |
| ) |
|
◆ TrkHistory() [5/6]
TrkHistory::TrkHistory |
( |
const TrkErrCode & |
err, |
|
|
const char * |
modname |
|
) |
| |
◆ TrkHistory() [6/6]
TrkHistory::TrkHistory |
( |
const TrkHistory & |
other | ) |
|
◆ ~TrkHistory() [2/2]
TrkHistory::~TrkHistory |
( |
| ) |
|
◆ module() [1/2]
const char * TrkHistory::module |
( |
| ) |
const |
|
inline |
◆ module() [2/2]
const char * TrkHistory::module |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
Definition at line 30 of file TrkHistory.cxx.
30 {
31 if(&other != this){
34 }
35 return *this;
36}
◆ operator=() [2/2]
◆ operator==() [1/2]
◆ operator==() [2/2]
◆ print() [1/2]
void TrkHistory::print |
( |
std::ostream & |
os = std::cout | ) |
const |
◆ print() [2/2]
void TrkHistory::print |
( |
std::ostream & |
os = std::cout | ) |
const |
◆ status() [1/2]
◆ status() [2/2]
The documentation for this class was generated from the following files: