#include <StatLocation.H>
Public Member Functions | |
Location (const Text &p_path) | |
Location (const Text &p_path, const FP::Tag &p_pk, const Text &p_sourceFunc) | |
Location (const Text &p_path, const FP::Tag &p_pk, const Text &p_sourceFunc, FV::Epoch p_namesEpoch, const FP::Tag &p_cfp) | |
Location (const Text &p_path, const FP::Tag &p_pk, const Text &p_sourceFunc, FV::Epoch p_namesEpoch, const FP::Tag &p_cfp, CacheEntry::Index p_ci) | |
Location (const Location &p_other) | |
Location | add_pk (const FP::Tag &p_pk, const Text *p_sourceFunc) const |
Location | add_cfp (FV::Epoch p_namesEpoch, const FP::Tag &p_cfp) const |
Location | add_ci (CacheEntry::Index p_ci) const |
const Text & | get_sourceFunc () const |
void | print (std::ostream &out, int indent=0) const |
Private Attributes | |
Text | path |
FP::Tag | pk |
Text | sourceFunc |
bool | has_pk |
FP::Tag | cfp |
FV::Epoch | namesEpoch |
bool | has_cfp |
CacheEntry::Index | ci |
bool | has_ci |
|
Definition at line 56 of file StatLocation.H. |
|
Definition at line 60 of file StatLocation.H. |
|
Definition at line 66 of file StatLocation.H. |
|
Definition at line 74 of file StatLocation.H. |
|
Definition at line 83 of file StatLocation.H. |
|
Definition at line 95 of file StatLocation.H. References Location(), path, pk, and sourceFunc. |
|
Definition at line 100 of file StatLocation.H. References cfp, Location(), namesEpoch, path, pk, and sourceFunc. |
|
Definition at line 90 of file StatLocation.H. References Location(), and path. |
|
Definition at line 105 of file StatLocation.H. References sourceFunc. Referenced by StatCount::AddTroubleEntry(), and StatCount::PruneTroubleEntries(). |
|
Referenced by operator<<(). |
|
Definition at line 47 of file StatLocation.H. Referenced by add_ci(), and Stat::Location::print(). |
|
Definition at line 52 of file StatLocation.H. Referenced by Stat::Location::print(). |
|
Definition at line 49 of file StatLocation.H. Referenced by Stat::Location::print(). |
|
Definition at line 53 of file StatLocation.H. Referenced by Stat::Location::print(). |
|
Definition at line 44 of file StatLocation.H. Referenced by Stat::Location::print(). |
|
Definition at line 48 of file StatLocation.H. Referenced by add_ci(), and Stat::Location::print(). |
|
Definition at line 39 of file StatLocation.H. Referenced by add_cfp(), add_ci(), add_pk(), and Stat::Location::print(). |
|
Definition at line 42 of file StatLocation.H. Referenced by add_cfp(), add_ci(), and Stat::Location::print(). |
|
Definition at line 43 of file StatLocation.H. Referenced by add_cfp(), add_ci(), get_sourceFunc(), and Stat::Location::print(). |