Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qstring.h>
Go to the source code of this file.
Classes | |
class | CodeChunk |
The CodeChunk class represents a tiny piece of C++ code. More... | |
Functions | |
bool | operator== (const CodeChunk &c, const CodeChunk &d) |
bool | operator!= (const CodeChunk &c, const CodeChunk &d) |
bool | operator< (const CodeChunk &c, const CodeChunk &d) |
bool | operator> (const CodeChunk &c, const CodeChunk &d) |
bool | operator<= (const CodeChunk &c, const CodeChunk &d) |
bool | operator>= (const CodeChunk &c, const CodeChunk &d) |
Definition at line 47 of file codechunk.h.
References operator==().
Definition at line 52 of file codechunk.h.
Referenced by operator>(), and operator>=().
Definition at line 62 of file codechunk.h.
References operator>().
Definition at line 42 of file codechunk.h.
Referenced by operator!=().
Definition at line 57 of file codechunk.h.
References operator<().
Referenced by operator<=().
Definition at line 67 of file codechunk.h.
References operator<().