Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
codechunk.h File Reference

(5212645b4665917019a96ba873d9e98c1a136b5f)

#include <QtCore/qstring.h>
+ Include dependency graph for codechunk.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ operator!=()

bool operator!= ( const CodeChunk & c,
const CodeChunk & d )
inline

Definition at line 47 of file codechunk.h.

References operator==().

+ Here is the call graph for this function:

◆ operator<()

bool operator< ( const CodeChunk & c,
const CodeChunk & d )
inline

Definition at line 52 of file codechunk.h.

Referenced by operator>(), and operator>=().

+ Here is the caller graph for this function:

◆ operator<=()

bool operator<= ( const CodeChunk & c,
const CodeChunk & d )
inline

Definition at line 62 of file codechunk.h.

References operator>().

+ Here is the call graph for this function:

◆ operator==()

bool operator== ( const CodeChunk & c,
const CodeChunk & d )
inline

Definition at line 42 of file codechunk.h.

Referenced by operator!=().

+ Here is the caller graph for this function:

◆ operator>()

bool operator> ( const CodeChunk & c,
const CodeChunk & d )
inline

Definition at line 57 of file codechunk.h.

References operator<().

Referenced by operator<=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator>=()

bool operator>= ( const CodeChunk & c,
const CodeChunk & d )
inline

Definition at line 67 of file codechunk.h.

References operator<().

+ Here is the call graph for this function: