#include <TrkHistory.h>
Definition at line 21 of file TrkHistory.h.
◆ TrkHistory() [1/3]
TrkHistory::TrkHistory |
( |
| ) |
|
◆ TrkHistory() [2/3]
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/3]
TrkHistory::TrkHistory |
( |
const TrkHistory & | other | ) |
|
Definition at line 25 of file TrkHistory.cxx.
27{}
Index other(Index i, Index j)
◆ ~TrkHistory()
TrkHistory::~TrkHistory |
( |
| ) |
|
◆ module()
const char * TrkHistory::module |
( |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 30 of file TrkHistory.cxx.
30 {
31 if(&other != this){
34 }
35 return *this;
36}
◆ operator==()
◆ print()
void TrkHistory::print |
( |
std::ostream & | os = std::cout | ) |
const |
Definition at line 47 of file TrkHistory.cxx.
47 {
49}
const TrkErrCode & status() const
const char * module() const
Referenced by operator<<().
◆ status()
The documentation for this class was generated from the following files: