kcachegrind
Addr Class Reference
#include <addr.h>
Public Member Functions | |
Addr () | |
Addr (uint64 v) | |
bool | isInRange (Addr a, int distance) |
bool | operator!= (const Addr &a) const |
Addr | operator+ (int d) const |
Addr | operator- (int d) const |
bool | operator< (const Addr &a) const |
bool | operator<= (const Addr &a) const |
bool | operator== (const Addr &a) const |
bool | operator> (const Addr &a) const |
bool | operator>= (const Addr &a) const |
QString | pretty () const |
int | set (const char *s) |
bool | set (FixString &s) |
QString | toString () const |
Detailed Description
Addresses are 64bit values like costs to be able to always load profile data produced on 64bit architectures.
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.