kcachegrind
SubCost Class Reference
#include <subcost.h>
Public Member Functions | |
SubCost () | |
SubCost (uint64 i) | |
SubCost (unsigned i) | |
SubCost (int i) | |
SubCost (double d) | |
operator uint64 & () | |
bool | operator< (unsigned i) const |
bool | operator< (int i) const |
bool | operator< (const SubCost &s) const |
SubCost & | operator= (uint64 i) |
SubCost & | operator= (unsigned i) |
SubCost & | operator= (int i) |
SubCost & | operator= (double d) |
bool | operator== (unsigned i) const |
bool | operator== (int i) const |
bool | operator> (unsigned i) const |
bool | operator> (int i) const |
bool | operator> (const SubCost &s) const |
QString | pretty (char sep= ' ') const |
bool | set (const char **s) |
bool | set (FixString &s) |
Public Attributes | |
uint64 | v |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
QString SubCost::pretty | ( | char | sep = ' ' | ) | const |
Convert SubCost value into a QString, spaced every 3 digits.
Definition at line 46 of file subcost.cpp.
bool SubCost::set | ( | const char ** | s | ) |
Definition at line 29 of file subcost.cpp.
Member Data Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:28 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.