Public Member Functions | |
void | incTotal () const |
bool | operator< (const PathTracker &a) const |
PathTracker () | |
void | setID () const |
Public Attributes | |
unsigned int | id_ |
unsigned int | total_ |
ULVec | tree_ |
Static Public Attributes | |
static unsigned int | next_id_ = 0 |
Definition at line 29 of file ProfParse.cc.
PathTracker::PathTracker | ( | ) | [inline] |
void PathTracker::incTotal | ( | ) | const [inline] |
bool PathTracker::operator< | ( | const PathTracker & | a | ) | const |
void PathTracker::setID | ( | ) | const [inline] |
unsigned int PathTracker::id_ [mutable] |
unsigned int PathTracker::next_id_ = 0 [static] |
unsigned int PathTracker::total_ [mutable] |
Definition at line 35 of file ProfParse.cc.
Referenced by operator<(), operator<<(), and writeProfileData().